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
478 B
18 lines
478 B
kde_module_LTLIBRARIES = kcm_audiocd.la
|
|
|
|
kcm_audiocd_la_SOURCES = audiocdconfig.ui kcmaudiocd.cpp
|
|
|
|
kcm_audiocd_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_TDEUI)
|
|
|
|
INCLUDES = -I$(srcdir)/../plugins -I$(top_srcdir)/libkcddb $(all_includes)
|
|
|
|
kcm_audiocd_la_METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmaudiocd.pot
|
|
|
|
xdg_apps_DATA = audiocd.desktop
|
|
|
|
audiocdconfig.cpp: audiocdconfig.h
|