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

17 lines
411 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
####### Files
kde_module_LTLIBRARIES = libstarwriterimport.la
libstarwriterimport_la_SOURCES = pole.cpp starwriterimport.cc
libstarwriterimport_la_LDFLAGS = -module $(KDE_PLUGIN)
libstarwriterimport_la_LIBADD = $(KOFFICE_LIBS)
METASOURCES = AUTO
service_DATA = kword_starwriter_import.desktop
servicedir = $(kde_servicesdir)