summaryrefslogtreecommitdiffstats
path: root/filters/kformula/latex/Makefile.am
blob: 95bee7d587f00ec54296882006b84b2344feb006 (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)
libkfolatexexport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libkfolatexexport_la_LIBADD    = $(KOFFICE_LIBS) $(LIB_KFORMULA)

####### Files

kde_module_LTLIBRARIES = libkfolatexexport.la

libkfolatexexport_la_SOURCES = latexexport.cc

noinst_HEADERS = latexexport.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_latex_export.desktop
servicedir = $(kde_servicesdir)