diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-10-16 10:21:20 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-10-16 10:21:20 +0000 |
| commit | 2e7a0f670684ccd696316666c6a1d61849f67e80 (patch) | |
| tree | 0f950e109fee382ef06a1997d2edca1a3d39cdd0 /qpid/cpp/src/Makefile.am | |
| parent | 91ac5922f2d5aa5ca0ad01b9e23271e90c1c8bcc (diff) | |
| download | qpid-python-2e7a0f670684ccd696316666c6a1d61849f67e80.tar.gz | |
Implementation of 0-10 field tables
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@585097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index fc79773400..7a7a0b879a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -104,6 +104,7 @@ libqpidcommon_la_SOURCES = \ qpid/framing/ChannelAdapter.cpp \ qpid/framing/Buffer.cpp \ qpid/framing/FieldTable.cpp \ + qpid/framing/FieldValue.cpp \ qpid/framing/FramingContent.cpp \ qpid/framing/FrameSet.cpp \ qpid/framing/InitiationHandler.cpp \ @@ -114,7 +115,6 @@ libqpidcommon_la_SOURCES = \ qpid/framing/SendContent.cpp \ qpid/framing/SequenceNumber.cpp \ qpid/framing/SequenceNumberSet.cpp \ - qpid/framing/Value.cpp \ qpid/framing/Proxy.cpp \ qpid/framing/Uuid.cpp \ qpid/framing/AMQP_HighestVersion.h \ @@ -331,6 +331,7 @@ nobase_include_HEADERS = \ qpid/framing/Buffer.h \ qpid/framing/ChannelAdapter.h \ qpid/framing/FieldTable.h \ + qpid/framing/FieldValue.h \ qpid/framing/FrameDefaultVisitor.h \ qpid/framing/FrameHandler.h \ qpid/framing/FrameHandler.h \ @@ -358,7 +359,6 @@ nobase_include_HEADERS = \ qpid/framing/TransferContent.h \ qpid/framing/TypeFilter.h \ qpid/framing/Uuid.h \ - qpid/framing/Value.h \ qpid/framing/Visitor.h \ qpid/framing/amqp_framing.h \ qpid/framing/amqp_types.h \ |
