summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-29 20:15:18 +0000
committerGordon Sim <gsim@apache.org>2008-04-29 20:15:18 +0000
commitacc0dee435e1fa22e3b1e7cdfecf6913bf88988e (patch)
tree729f7a03543acf23380e68897f8788a3e6b45e2e /cpp/src/Makefile.am
parenta19ce3b1863f80c1232ec2690cd920325a39d71a (diff)
downloadqpid-python-acc0dee435e1fa22e3b1e7cdfecf6913bf88988e.tar.gz
QPID-974: allow the size of the queue of outgoing frames to be restricted
QPID-544: tidy up configuration (ensuring desired settings are used correctly, allowing tcp socket options to be set etc) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am30
1 files changed, 17 insertions, 13 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 1e31ac60fd..1a66b6051b 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -289,21 +289,23 @@ libqpidbroker_la_SOURCES = \
libqpidclient_la_LIBADD = libqpidcommon.la
libqpidclient_la_SOURCES = \
$(rgen_client_srcs) \
- qpid/client/Connection.cpp \
+ qpid/client/Bounds.cpp \
qpid/client/Channel.cpp \
- qpid/client/Exchange.cpp \
- qpid/client/Queue.cpp \
qpid/client/ConnectionImpl.cpp \
qpid/client/Connector.cpp \
+ qpid/client/Connection.cpp \
+ qpid/client/ConnectionHandler.cpp \
+ qpid/client/ConnectionSettings.cpp \
qpid/client/Demux.cpp \
qpid/client/Dispatcher.cpp \
- qpid/client/LocalQueue.cpp \
- qpid/client/Message.cpp \
- qpid/client/MessageListener.cpp \
- qpid/client/ConnectionHandler.cpp \
+ qpid/client/Exchange.cpp \
qpid/client/Future.cpp \
qpid/client/FutureCompletion.cpp \
qpid/client/FutureResult.cpp \
+ qpid/client/LocalQueue.cpp \
+ qpid/client/Message.cpp \
+ qpid/client/MessageListener.cpp \
+ qpid/client/Queue.cpp \
qpid/client/Results.cpp \
qpid/client/SessionBase.cpp \
qpid/client/SessionImpl.cpp \
@@ -400,26 +402,28 @@ nobase_include_HEADERS = \
qpid/broker/TxPublish.h \
qpid/broker/Vhost.h \
qpid/client/AckMode.h \
- qpid/client/ChainableFrameHandler.h \
- qpid/client/Channel.h \
- qpid/client/Exchange.h \
- qpid/client/Message.h \
- qpid/client/Queue.h \
qpid/client/AckPolicy.h \
+ qpid/client/Bounds.h \
qpid/client/Completion.h \
qpid/client/Connection.h \
qpid/client/ConnectionHandler.h \
qpid/client/ConnectionImpl.h \
+ qpid/client/ConnectionSettings.h \
qpid/client/Connector.h \
+ qpid/client/ChainableFrameHandler.h \
+ qpid/client/Channel.h \
qpid/client/Demux.h \
qpid/client/Dispatcher.h \
- qpid/client/LocalQueue.h \
+ qpid/client/Exchange.h \
qpid/client/Execution.h \
qpid/client/Future.h \
qpid/client/FutureCompletion.h \
qpid/client/FutureResult.h \
+ qpid/client/LocalQueue.h \
+ qpid/client/Message.h \
qpid/client/MessageListener.h \
qpid/client/MessageQueue.h \
+ qpid/client/Queue.h \
qpid/client/Results.h \
qpid/client/SessionBase.h \
qpid/client/Session.h \