summaryrefslogtreecommitdiffstats
path: root/kbabel/catalogmanager/libcvs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/catalogmanager/libcvs/Makefile.am')
-rw-r--r--kbabel/catalogmanager/libcvs/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/kbabel/catalogmanager/libcvs/Makefile.am b/kbabel/catalogmanager/libcvs/Makefile.am
new file mode 100644
index 00000000..e3e4f9ac
--- /dev/null
+++ b/kbabel/catalogmanager/libcvs/Makefile.am
@@ -0,0 +1,11 @@
+noinst_LTLIBRARIES = libcatalogmanagercvs.la
+
+# set the include path for X, qt and KDE
+INCLUDES = -I.. -I../../common $(all_includes)
+
+libcatalogmanagercvs_la_SOURCES = cvshandler.cpp cvsdialog.cpp
+
+noinst_HEADERS = cvshandler.h cvsdialog.h cvsresources.h
+
+# let automoc handle all of the meta source files (moc)
+METASOURCES = AUTO