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/import/Makefile.am

21 lines
539 B

####### General stuff
INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
libhtmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libhtmlimport_la_LIBADD = $(LIB_KHTML) $(KOFFICE_LIBS) $(LIB_KOTEXT)
####### Files
kde_module_LTLIBRARIES = libhtmlimport.la
libhtmlimport_la_SOURCES = htmlimport.cpp tdehtmlreader.cpp kwdwriter.cpp
noinst_HEADERS = htmlimport.h tdehtmlreader.h kwdwriter.h
METASOURCES = AUTO
service_DATA = kword_html_import.desktop
servicedir = $(kde_servicesdir)