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

26 lines
737 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
libkfosvgexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libkfosvgexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
####### Files
kde_module_LTLIBRARIES = libkfosvgexport.la
libkfosvgexport_la_SOURCES = svgexport.cc
noinst_HEADERS = svgexport.h
######## Debug
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO
service_DATA = kformula_svg_export.desktop
servicedir = $(kde_servicesdir)