summaryrefslogtreecommitdiffstats
path: root/kbabel/filters/xliff/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/filters/xliff/Makefile.am')
-rw-r--r--kbabel/filters/xliff/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/kbabel/filters/xliff/Makefile.am b/kbabel/filters/xliff/Makefile.am
new file mode 100644
index 00000000..d3f6cab1
--- /dev/null
+++ b/kbabel/filters/xliff/Makefile.am
@@ -0,0 +1,18 @@
+####### General stuff
+
+INCLUDES = -I../../common -I$(srcdir)/../../common $(all_includes)
+
+kde_module_LTLIBRARIES = kbabel_xliffexport.la kbabel_xliffimport.la
+
+kbabel_xliffexport_la_SOURCES = xliffexport.cpp
+kbabel_xliffexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+kbabel_xliffexport_la_LIBADD = ../../common/libkbabelcommon.la
+
+kbabel_xliffimport_la_SOURCES = xliffimport.cpp
+kbabel_xliffimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+kbabel_xliffimport_la_LIBADD = ../../common/libkbabelcommon.la
+
+METASOURCES = AUTO
+
+service_DATA = kbabel_xliff_export.desktop kbabel_xliff_import.desktop
+servicedir = $(kde_servicesdir)