diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-29 22:07:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-29 22:07:40 +0000 |
| commit | 6dd59f62185ab8547cc1eec0a57731e0ab5a8645 (patch) | |
| tree | 25539ade95b792d9e8228eb5b24d5a65340bc5d6 /cpp/src/tests/Makefile.am | |
| parent | 3fb6c758d2d7d7c1822e216e3c22db4630eb19e0 (diff) | |
| download | qpid-python-6dd59f62185ab8547cc1eec0a57731e0ab5a8645.tar.gz | |
Template visitors for amqp_0_10::Command, Control and Struct.
Serialization for all str/vbin types.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@632457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -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 4a47797350..d25378a519 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -39,7 +39,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ISList.cpp IList.cpp \ ClientSessionTest.cpp \ serialize.cpp \ - ProxyTemplate.cpp + ProxyTemplate.cpp apply.cpp # FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error. check_LTLIBRARIES += libshlibtest.la |
