summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-12-14 21:16:30 +0000
committerStephen D. Huston <shuston@apache.org>2009-12-14 21:16:30 +0000
commit65edcc252e143b9000c9a9b2a4643e112d10add3 (patch)
treee4040911663cf442c5832f226ed05cb2a3331f44 /qpid/cpp/src/Makefile.am
parenta1e975da9527f549cfe9b613b6513de1cc9525d9 (diff)
downloadqpid-python-65edcc252e143b9000c9a9b2a4643e112d10add3.tar.gz
Move the TCPConnector class to its own file to allow deriving from it; resolves QPID-2270.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@890481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 968bd7ca7a..ee2acb673b 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -691,6 +691,8 @@ libqpidclient_la_SOURCES = \
qpid/client/SubscriptionManager.cpp \
qpid/client/SubscriptionManagerImpl.cpp \
qpid/client/SubscriptionManagerImpl.h \
+ qpid/client/TCPConnector.cpp \
+ qpid/client/TCPConnector.h \
qpid/messaging/Address.cpp \
qpid/messaging/Connection.cpp \
qpid/messaging/ListContent.cpp \