summaryrefslogtreecommitdiffstats
path: root/filters/kpresenter/kword/Makefile.am
blob: 0e579f5cb1eed5583d499d00af2b36e65bf1b0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = libkprkword.la

libkprkword_la_SOURCES = kprkword.cc
libkprkword_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
libkprkword_la_LIBADD = $(KOFFICE_LIBS) 

METASOURCES = AUTO

service_DATA = kprkword.desktop
servicedir = $(kde_servicesdir)