diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2007-01-04 21:30:39 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2007-01-04 21:30:39 +0000 |
| commit | 077caff939a3647e7538c309863a012c92f1c767 (patch) | |
| tree | 0be71c5c4fbf83c289cb7db19e05fce116f25a5b /cpp/lib/common/Makefile.am | |
| parent | 9fae14cc56a6608cce8f398319a76ff8b7cb48be (diff) | |
| download | qpid-python-077caff939a3647e7538c309863a012c92f1c767.tar.gz | |
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/trunk/qpid@492756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common/Makefile.am')
| -rw-r--r-- | cpp/lib/common/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am index e1f7503282..fe05498b97 100644 --- a/cpp/lib/common/Makefile.am +++ b/cpp/lib/common/Makefile.am @@ -72,7 +72,7 @@ libqpidcommon_la_SOURCES = \ $(framing)/ProtocolVersionException.cpp \ $(framing)/Value.cpp \ $(gen)/AMQP_ClientProxy.cpp \ - $(gen)/AMQP_HighestVersion.cpp \ + $(gen)/AMQP_HighestVersion.h \ $(gen)/AMQP_MethodVersionMap.cpp \ $(gen)/AMQP_ServerProxy.cpp \ Exception.cpp \ @@ -105,7 +105,6 @@ nobase_pkginclude_HEADERS = \ $(framing)/Value.h \ $(framing)/amqp_framing.h \ $(framing)/amqp_types.h \ - $(framing)/AMQP_HighestVersion.h \ Exception.h \ ExceptionHolder.h \ QpidError.h \ |
