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/docbook/Makefile.am

19 lines
515 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)
libdocbookexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libdocbookexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la
####### Files
kde_module_LTLIBRARIES = libdocbookexport.la
libdocbookexport_la_SOURCES = docbookexport.cpp
noinst_HEADERS = docbookexport.h
METASOURCES = AUTO
service_DATA = kword_docbook_export.desktop
servicedir = $(kde_servicesdir)