diff options
Diffstat (limited to 'libkcddb/kcmcddb/Makefile.am')
-rw-r--r-- | libkcddb/kcmcddb/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libkcddb/kcmcddb/Makefile.am b/libkcddb/kcmcddb/Makefile.am new file mode 100644 index 00000000..cc638047 --- /dev/null +++ b/libkcddb/kcmcddb/Makefile.am @@ -0,0 +1,23 @@ +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_KDEUI) + +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)/kconf_update +update_DATA = kcmcddb-emailsettings.upd |