summaryrefslogtreecommitdiffstats
path: root/filters/kformula/svg/Makefile.am
blob: 144cfbb2a5348cda9ea1f3207a5d1201fcd51ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
####### 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)