From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/groupwise/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 kopete/protocols/groupwise/Makefile.am (limited to 'kopete/protocols/groupwise/Makefile.am') diff --git a/kopete/protocols/groupwise/Makefile.am b/kopete/protocols/groupwise/Makefile.am new file mode 100644 index 00000000..0c8a38fc --- /dev/null +++ b/kopete/protocols/groupwise/Makefile.am @@ -0,0 +1,26 @@ + + +SUBDIRS = icons libgroupwise ui + +AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes) + +METASOURCES = AUTO + +noinst_HEADERS = gwprotocol.h gwcontact.h gwaccount.h gwbytestream.h \ + gwconnector.h gwmessagemanager.h gwcontactlist.h +kde_module_LTLIBRARIES = kopete_groupwise.la +kopete_groupwise_la_SOURCES = gwprotocol.cpp gwcontact.cpp gwaccount.cpp \ + gwbytestream.cpp gwconnector.cpp gwmessagemanager.cpp gwcontactlist.cpp +kopete_groupwise_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) \ + $(all_libraries) +kopete_groupwise_la_LIBADD = ui/libkopetegroupwiseui.la \ + libgroupwise/libgroupwise.la ../../libkopete/libkopete.la $(LIB_KIO) + +service_DATA = kopete_groupwise.desktop +servicedir = $(kde_servicesdir) +INCLUDES = -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise/tasks \ + -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise/qca/src -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise \ + -I$(top_srcdir)/kopete/protocols/groupwise/ui -I$(top_builddir)/kopete/protocols/groupwise/ui + +mydatadir = $(kde_datadir)/kopete_groupwise +mydata_DATA = gwchatui.rc -- cgit v1.2.1