summaryrefslogtreecommitdiffstats
path: root/filters/kword/docbook/Makefile.am
blob: 9ce299cbb4ef8081c75cd0b7f72ff7f8fefbda3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
####### 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.cc

noinst_HEADERS = docbookexport.h 

METASOURCES = AUTO

service_DATA = kword_docbook_export.desktop
servicedir = $(kde_servicesdir)