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 --- .../protocols/groupwise/libgroupwise/Makefile.am | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kopete/protocols/groupwise/libgroupwise/Makefile.am (limited to 'kopete/protocols/groupwise/libgroupwise/Makefile.am') diff --git a/kopete/protocols/groupwise/libgroupwise/Makefile.am b/kopete/protocols/groupwise/libgroupwise/Makefile.am new file mode 100644 index 00000000..2df23a01 --- /dev/null +++ b/kopete/protocols/groupwise/libgroupwise/Makefile.am @@ -0,0 +1,40 @@ +INCLUDES = -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise/qca/src \ + -I$(top_srcdir)/kopete/protocols/groupwise \ + $(all_includes) +METASOURCES = AUTO + +AM_CFLAGS = -DUSE_TLSHANDLER + +CLEANFILES = securestream.moc + +SUBDIRS = qca tasks + +KDE_OPTIONS = nofinal + +noinst_HEADERS = connector.h tlshandler.h qcatlshandler.h bytestream.h \ + gwclientstream.h securestream.h stream.h coreprotocol.h gwfield.h gwerror.h \ + usertransfer.h eventtransfer.h transfer.h request.h requestfactory.h client.h task.h \ + safedelete.h response.h rtf2html.h userdetailsmanager.h eventprotocol.h \ + inputprotocolbase.h responseprotocol.h privacymanager.h gwchatrooms.h chatroommanager.h + +noinst_LTLIBRARIES = libgroupwise.la libgwtest.la +libgroupwise_la_COMPILE_FIRST = securestream.moc +libgroupwise_la_SOURCES = bytestream.cpp chatroommanager.cpp client.cpp \ + connector.cpp coreprotocol.cpp eventprotocol.cpp eventtransfer.cpp gwclientstream.cpp \ + gwerror.cpp gwfield.cpp gwglobal.cpp inputprotocolbase.cpp privacymanager.cpp \ + qcatlshandler.cpp request.cpp requestfactory.cpp response.cpp responseprotocol.cpp rtf.cc \ + safedelete.cpp securestream.cpp stream.cpp task.cpp tlshandler.cpp transfer.cpp \ + transferbase.cpp userdetailsmanager.cpp usertransfer.cpp +libgroupwise_la_LDFLAGS = -no-undefined $(all_libraries) +libgroupwise_la_LIBADD = tasks/libgroupwise_tasks.la -lqt-mt qca/src/libqca.la + +tests_COMPILE_FIRST = libgroupwise.la libgwtest.la + +libgwtest_la_SOURCES = coreprotocol.cpp eventtransfer.cpp \ + gwfield.cpp request.cpp requestfactory.cpp transfer.cpp usertransfer.cpp \ + client.cpp task.cpp safedelete.cpp gwclientstream.cpp qcatlshandler.cpp \ + stream.cpp tlshandler.cpp response.cpp connector.cpp securestream.cpp \ + bytestream.cpp +libgwtest_la_LDFLAGS = $(all_libraries) -no-undefined +libgwtest_la_LIBADD = qca/src/libqca.la \ + $(top_builddir)/kopete/protocols/groupwise/libgroupwise/tasks/libgroupwise_tasks.la -lqt-mt -- cgit v1.2.1