You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
501 B
18 lines
501 B
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_KHTML) $(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
|