summaryrefslogtreecommitdiffstats
path: root/filters/kformula/mathml/Makefile.am
blob: 0d2a9c386ec677b6eec74ff8c9cc6801d353c5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
libkfomathmlexport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libkfomathmlexport_la_LIBADD    = $(KOFFICE_LIBS) $(LIB_KFORMULA)
libkfomathmlimport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libkfomathmlimport_la_LIBADD    = $(KOFFICE_LIBS) $(LIB_KFORMULA)

####### Files

kde_module_LTLIBRARIES = libkfomathmlexport.la libkfomathmlimport.la

libkfomathmlexport_la_SOURCES = mathmlexport.cpp

libkfomathmlimport_la_SOURCES = mathmlimport.cpp

noinst_HEADERS = mathmlexport.h mathmlimport.h


METASOURCES = AUTO

service_DATA = kformula_mathml_export.desktop kformula_mathml_import.desktop
servicedir = $(kde_servicesdir)