summaryrefslogtreecommitdiffstats
path: root/filters/kword/latex/import/generator/Makefile.am
blob: 308e11c69f83cb739d3af06cecd9a65041ef34ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
####### General stuff

INCLUDES= -I$(srcdir) -I$(srcdir)/../parser -I../parser $(all_includes)
liblatexgenerator_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
liblatexgenerator_la_LIBADD  = -lm $(KOFFICE_LIBS)

####### Files

kde_module_LTLIBRARIES = liblatexgenerator.la

liblatexgenerator_la_SOURCES = body.cpp document.cpp kwordgenerator.cpp latex.cpp paragraph.cpp

noinst_HEADERS = body.h document.h kwordgenerator.h latex.h paragraph.h