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

INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../../libexport $(all_includes)

librtfexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined

librtfexport_la_LIBADD = $(KOFFICE_LIBS) ../../libexport/libkwordexportfilters.la

####### Files

kde_module_LTLIBRARIES = librtfexport.la

librtfexport_la_SOURCES = rtfexport.cc ExportFilter.cc

noinst_HEADERS = rtfexport.h ExportFilter.h

METASOURCES = AUTO

service_DATA = kword_rtf_export.desktop
servicedir = $(kde_servicesdir)