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 | 1fb9824a72cc82746a8ed647e1241a07a36dbbb7 (patch) | |
| tree | e2318e2c48dcb1b4dcbf4b64e73af4585a73a46b /qpid/cpp/src/tests | |
| parent | b5202b04f4fffdd22f5815485f075225d614bd73 (diff) | |
| download | qpid-python-1fb9824a72cc82746a8ed647e1241a07a36dbbb7.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@649130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 18f6f3bfa7..b7fe79f56c 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 \ |
