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

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

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

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

####### Files

kde_module_LTLIBRARIES = libhtmlexport.la

libhtmlexport_la_SOURCES = htmlexport.cpp ExportDialog.cpp ExportDialogUI.ui \
ExportFilter.cpp ExportCss.cpp ExportDocStruct.cpp ExportBasic.cpp

noinst_HEADERS = htmlexport.h ExportDialog.h ExportDialogUI.h ExportFilter.h \
ExportCss.h ExportDocStruct.h ExportBasic.h

METASOURCES = AUTO

service_DATA = kword_html_export.desktop
servicedir = $(kde_servicesdir)