summaryrefslogtreecommitdiff
path: root/cpp/lib
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-09 17:57:40 +0000
committerAlan Conway <aconway@apache.org>2007-03-09 17:57:40 +0000
commit483dd37a5decdcf489c4f1b7eaf249c314125b3a (patch)
tree076785c94cc5f98b7bcfecef5ecaa7164ba969b6 /cpp/lib
parent8b5ed2a6ce490f427d0f3cca8550d85464818b55 (diff)
downloadqpid-python-483dd37a5decdcf489c4f1b7eaf249c314125b3a.tar.gz
Merged revisions 492756 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r492756 | kpvdr | 2007-01-04 16:30:39 -0500 (Thu, 04 Jan 2007) | 1 line Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and tidy-up in related code. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@516485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib')
-rw-r--r--cpp/lib/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am
index 971571089f..d70adf1186 100644
--- a/cpp/lib/common/Makefile.am
+++ b/cpp/lib/common/Makefile.am
@@ -79,6 +79,7 @@ libqpidcommon_la_SOURCES = \
$(framing)/Value.cpp \
$(framing)/Proxy.cpp \
$(gen)/AMQP_ClientProxy.cpp \
+ $(gen)/AMQP_HighestVersion.h \
$(gen)/AMQP_MethodVersionMap.cpp \
$(gen)/AMQP_ServerProxy.cpp \
Exception.cpp \