diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /libkcddb/kcmcddb/Makefile.am | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |