summaryrefslogtreecommitdiffstats
path: root/tderesources/kolab/shared/Makefile.am
blob: 287620330f0b0578a563e2658f947779ef33a293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib $(all_includes)

noinst_HEADERS = resourcekolabbase.h kolabbase.h subresource.h

noinst_LTLIBRARIES = libresourcekolabshared.la

libresourcekolabshared_la_SOURCES = \
	resourcekolabbase.cpp kmailconnection.cpp kolabbase.cpp \
        subresource.cpp \
	kmailconnection.skel kmailicalIface.stub
libresourcekolabshared_la_METASOURCES = AUTO
libresourcekolabshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la ../../lib/libkgroupwarebase.la
libresourcekolabshared_la_LDFLAGS = -no-undefined

kmailicalIface_DCOPIDLNG = true

kmailicalIface_DIR = $(top_srcdir)/kmail