summaryrefslogtreecommitdiffstats
path: root/filters/kword/docbook/Makefile.am
blob: 93967bc11e2d5a41936a8ea0ac199c8acc286928 (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.cpp

noinst_HEADERS = docbookexport.h 

METASOURCES = AUTO

service_DATA = kword_docbook_export.desktop
servicedir = $(kde_servicesdir)