summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/lyrics/Makefile.am
blob: cb6d66d07567eb250edf40906ad5154916d09715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES= $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = noatunlyrics.la

noatunlyrics_la_SOURCES = lyrics.cpp historymanager.cpp cmodule.cpp

noatunlyrics_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatunlyrics_la_LIBADD = $(LIB_TDEHTML) $(LIB_KFILE) -lnoatun

noatunlyrics_la_METASOURCES = AUTO

noinst_HEADERS = lyrics.h

noatun_DATA = lyrics.plugin lyricsui.rc
noatundir = $(kde_datadir)/noatun

messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/lyrics.pot