diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-03 03:21:00 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-03 03:21:00 +0000 |
| commit | 3fa3e024eebc86ae47765f3f3319d15ca826dd73 (patch) | |
| tree | f46b14142fa760be2b3f2ab3b007038ec89ee600 /qpid/cpp/src/Makefile.am | |
| parent | c442c23e21c2d18feb745d6e55811b60c7ba4b1d (diff) | |
| download | qpid-python-3fa3e024eebc86ae47765f3f3319d15ca826dd73.tar.gz | |
Cluster multicasts buffers rather than frames.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@691489 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 039c35ed4e..3f46874b20 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -209,6 +209,7 @@ libqpidcommon_la_SOURCES = \ qpid/framing/FieldTable.cpp \ qpid/framing/FieldValue.cpp \ qpid/framing/FrameSet.cpp \ + qpid/framing/FrameDecoder.cpp \ qpid/framing/ProtocolInitiation.cpp \ qpid/framing/ProtocolVersion.cpp \ qpid/framing/SendContent.cpp \ @@ -493,7 +494,7 @@ nobase_include_HEADERS = \ qpid/framing/FieldTable.h \ qpid/framing/FieldValue.h \ qpid/framing/FrameDefaultVisitor.h \ - qpid/framing/FrameHandler.h \ + qpid/framing/FrameDecoder.h \ qpid/framing/FrameHandler.h \ qpid/framing/FrameSet.h \ qpid/framing/Handler.h \ |
