diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-28 17:53:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-28 17:53:47 +0000 |
| commit | 1820dd421a096ed184a08deee9512e809312fed2 (patch) | |
| tree | 3d7ec12c8fbfa3e55b8c6374ce1c73fe0fe4f7f3 /cpp/src/tests/Makefile.am | |
| parent | a9b496076e65aba6b23eea2284c2f3de39a0a79d (diff) | |
| download | qpid-python-1820dd421a096ed184a08deee9512e809312fed2.tar.gz | |
amqp_0_10::ProxyTemplate - tested & functional.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@632075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 3ce86b9da1..4a47797350 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -38,7 +38,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ InlineVector.cpp \ ISList.cpp IList.cpp \ ClientSessionTest.cpp \ - serialize.cpp + serialize.cpp \ + ProxyTemplate.cpp # FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error. check_LTLIBRARIES += libshlibtest.la |
