diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-02 17:56:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-02 17:56:14 +0000 |
| commit | c6bd8565ecc054fa3a393f7df04b1d44836c3a79 (patch) | |
| tree | a6e237fab1bba4ec6ea868ff719d5068fdc6f5c5 /qpid/cpp/src/tests/Makefile.am | |
| parent | 735fbf00f9ddae479c6a4e682fd3fa4224b6131f (diff) | |
| download | qpid-python-c6bd8565ecc054fa3a393f7df04b1d44836c3a79.tar.gz | |
Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index ca25ced5e0..ae47241e67 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -41,7 +41,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ SequenceSet.cpp \ serialize.cpp \ ProxyTemplate.cpp apply.cpp BoundedIterator.cpp \ - IncompleteMessageList.cpp + IncompleteMessageList.cpp \ + amqp_0_10/Map.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |
