summaryrefslogtreecommitdiffstats
path: root/filters/kformula/mathml/Makefile.am
blob: cdd07955a9f55e69f5c6428ce00ee1e83f66bcbd (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.cc

libkfomathmlimport_la_SOURCES = mathmlimport.cc

noinst_HEADERS = mathmlexport.h mathmlimport.h


METASOURCES = AUTO

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