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

24 lines
770 B

####### 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)