blob: 540b4dc77fc1c03ccffc95b8134ebdc6a4e2cb81 (
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_TDEFILE) -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
|