diff options
author | Alan Conway <aconway@apache.org> | 2008-04-17 14:42:09 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-04-17 14:42:09 +0000 |
commit | d44b5f63b698e66aef2edd9e694cf881f08b88a5 (patch) | |
tree | 2eb3fff781261a994c071fef247ce42ae4757d70 /cpp/src/tests | |
parent | a443219ee00b09c7d1f883f874636cdfc4b2b5da (diff) | |
download | qpid-python-d44b5f63b698e66aef2edd9e694cf881f08b88a5.tar.gz |
Added missing .h files to Makefile.am to fix make rpmbuild.
Add non-const Message::data()
Make log/Statement.h public.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 18f6f3bfa7..b7fe79f56c 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -40,7 +40,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ISList.cpp IList.cpp \ ClientSessionTest.cpp \ SequenceSet.cpp \ - amqp_0_10/serialize.cpp \ + amqp_0_10/serialize.cpp allSegmentTypes.h \ amqp_0_10/ProxyTemplate.cpp \ amqp_0_10/apply.cpp \ IncompleteMessageList.cpp \ |