You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/wml/Makefile.am

22 lines
702 B

####### 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)