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.
24 lines
546 B
24 lines
546 B
INCLUDES = -I$(srcdir)/../.. -I.. $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kcm_cddb.la
|
|
|
|
kcm_cddb_la_SOURCES = \
|
|
cddbconfigwidgetbase.ui cddbconfigwidget.cpp kcmcddb.cpp
|
|
|
|
kcm_cddb_la_LDFLAGS = \
|
|
$(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
kcm_cddb_la_LIBADD = ../libkcddb.la $(LIB_TDEUI)
|
|
|
|
kcm_cddb_la_COMPILE_FIRST = ../configbase.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
xdg_apps_DATA = libkcddb.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmcddb.pot
|
|
|
|
updatedir = $(kde_datadir)/tdeconf_update
|
|
update_DATA = kcmcddb-emailsettings.upd
|