summaryrefslogtreecommitdiffstats
path: root/filters/kword/mswrite/Makefile.am
blob: c94df3fd05723fa706aa1cab4ccfd53fead46ff2 (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
27
28
29
30
31
32
33
####### General stuff

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

####### Files

kde_module_LTLIBRARIES = libmswriteimport.la libmswriteexport.la

libmswriteimport_la_SOURCES = mswriteimport.cc \
								libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp ImportDialogUI.ui ImportDialog.cc

libmswriteimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libmswriteimport_la_LIBADD = $(KOFFICE_LIBS)

libmswriteexport_la_SOURCES = mswriteexport.cc	\
								libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp
libmswriteexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libmswriteexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../libexport/libkwordexportfilters.la

noinst_HEADERS = mswriteimport.h mswriteexport.h \
					  config.libmswrite.h \
					  ImportDialog.h \
					  ImportDialogUI.h \
					  libmswrite_defs.h \
					  libmswrite.h \
					  list.h \
					  structures_generated.h \
					  structures.h \
					  structures_private.h
METASOURCES = AUTO

service_DATA = kword_mswrite_import.desktop kword_mswrite_export.desktop
servicedir = $(kde_servicesdir)