summaryrefslogtreecommitdiff
path: root/cpp/lib/common/Makefile.am
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-12-18 15:37:14 +0000
committerKim van der Riet <kpvdr@apache.org>2006-12-18 15:37:14 +0000
commit1423e51d2918007f5b99fa86e04fc91a0147dfdf (patch)
tree8a03cc27c5e5bb88610a067d0fc6eac35633813b /cpp/lib/common/Makefile.am
parent1d38989c35a211ace6f379dc83cbdd6a36295d53 (diff)
downloadqpid-python-1423e51d2918007f5b99fa86e04fc91a0147dfdf.tar.gz
Added additional files AMQP_HighestVersion.h/.cpp to identify the highest available version for client use.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common/Makefile.am')
-rw-r--r--cpp/lib/common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am
index b9f83f1f71..e1f7503282 100644
--- a/cpp/lib/common/Makefile.am
+++ b/cpp/lib/common/Makefile.am
@@ -72,6 +72,7 @@ libqpidcommon_la_SOURCES = \
$(framing)/ProtocolVersionException.cpp \
$(framing)/Value.cpp \
$(gen)/AMQP_ClientProxy.cpp \
+ $(gen)/AMQP_HighestVersion.cpp \
$(gen)/AMQP_MethodVersionMap.cpp \
$(gen)/AMQP_ServerProxy.cpp \
Exception.cpp \
@@ -104,6 +105,7 @@ nobase_pkginclude_HEADERS = \
$(framing)/Value.h \
$(framing)/amqp_framing.h \
$(framing)/amqp_types.h \
+ $(framing)/AMQP_HighestVersion.h \
Exception.h \
ExceptionHolder.h \
QpidError.h \