From b363d2579af0a11b77e698aed2e1021c2233b644 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:50 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tderesources/kolab/shared/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tderesources/kolab/shared/Makefile.am (limited to 'tderesources/kolab/shared/Makefile.am') diff --git a/tderesources/kolab/shared/Makefile.am b/tderesources/kolab/shared/Makefile.am new file mode 100644 index 000000000..287620330 --- /dev/null +++ b/tderesources/kolab/shared/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.1