####### 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.cc ExportDialog.cc ExportDialogUI.ui \ ExportFilter.cc ExportCss.cc ExportDocStruct.cc ExportBasic.cc 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)