You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/html/export/Makefile.am

23 lines
699 B

####### 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)