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

21 lines
525 B

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