summaryrefslogtreecommitdiffstats
path: root/filters/kword/abiword/Makefile.am
blob: 0a0f1f824a257c1a0c0ddff1b1fb25fb028e882c (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
26
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(srcdir)/../libexport $(all_includes)

libabiwordimport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libabiwordimport_la_LIBADD = $(KOFFICE_LIBS)

libabiwordexport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libabiwordexport_la_LIBADD = $(KOFFICE_LIBS) ../libexport/libkwordexportfilters.la

####### Files

kde_module_LTLIBRARIES = libabiwordimport.la libabiwordexport.la

libabiwordimport_la_SOURCES = abiwordimport.cc ImportHelpers.cc\
ImportFormatting.cc ImportStyle.cc ImportField.cc

libabiwordexport_la_SOURCES = abiwordexport.cc

noinst_HEADERS = abiwordimport.h ImportHelpers.h ImportFormatting.h\
ImportStyle.h ImportField.h abiwordexport.h

METASOURCES = AUTO

service_DATA = kword_abiword_import.desktop kword_abiword_export.desktop
servicedir = $(kde_servicesdir)