summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/kioslave/Makefile.am
blob: 0e3ed61ade4cd5350ec8172186f6619d44f9debb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/groupwise/soap \
  -I$(top_builddir)/libtdepim $(all_includes)

noinst_HEADERS = groupwise.h

METASOURCES = AUTO

kdelnkdir = $(kde_servicesdir)
kdelnk_DATA = groupwise.protocol groupwises.protocol

kde_module_LTLIBRARIES =  kio_groupwise.la

kio_groupwise_la_SOURCES = groupwise.cpp
kio_groupwise_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
  ../soap/libgwsoap.la $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO)
kio_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kio_groupwise.pot