diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
commit | 50b48aec6ddd451a6d1709c0942477b503457663 (patch) | |
tree | a9ece53ec06fd0a2819de7a2a6de997193566626 /k3bsetup/Makefile.am | |
download | k3b-50b48aec6ddd451a6d1709c0942477b503457663.tar.gz k3b-50b48aec6ddd451a6d1709c0942477b503457663.zip |
Added abandoned KDE3 version of K3B
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k3bsetup/Makefile.am')
-rw-r--r-- | k3bsetup/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/k3bsetup/Makefile.am b/k3bsetup/Makefile.am new file mode 100644 index 0000000..42d3bee --- /dev/null +++ b/k3bsetup/Makefile.am @@ -0,0 +1,18 @@ +AM_CPPFLAGS = -I$(srcdir)/../src -I$(srcdir)/../libk3b/core -I$(srcdir)/../libk3b/tools -I$(srcdir)/../libk3bdevice $(all_includes) + +METASOURCES = AUTO + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = kcm_k3bsetup2.la + +kcm_k3bsetup2_la_SOURCES = base_k3bsetup2.ui k3bsetup2.cpp +kcm_k3bsetup2_la_LIBADD = $(LIB_KDEUI) ../libk3b/libk3b.la +kcm_k3bsetup2_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined + +k3bsetup2_DATA = k3bsetup2.desktop +k3bsetup2dir = $(kde_appsdir)/Settings/System + +bin_SCRIPTS = k3bsetup + +messages: rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/k3bsetup.pot |