summaryrefslogtreecommitdiffstats
path: root/filters/kword/wml/Makefile.am
blob: 892a57cbfd90e060c74d074b66f92b39c7e2203e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
libwmlimport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libwmlimport_la_LIBADD = $(KOFFICE_LIBS)
libwmlexport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libwmlexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la

####### Files

kde_module_LTLIBRARIES = libwmlimport.la libwmlexport.la

libwmlimport_la_SOURCES = wmlimport.cpp wmlparser.cpp
libwmlexport_la_SOURCES = wmlexport.cpp

noinst_HEADERS = wmlparser.h

METASOURCES = AUTO

service_DATA = kword_wml_import.desktop kword_wml_export.desktop
servicedir = $(kde_servicesdir)