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 | 213961a20d63578f36d5c42acae175b539e2965f (patch) | |
| tree | 1d71d1ac8f854f94972cf72affd17a250d81c958 /cpp/src/tests/Makefile.am | |
| parent | e2611af099984e1e2eea65cded8140a21136ddbf (diff) | |
| download | qpid-python-213961a20d63578f36d5c42acae175b539e2965f.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/qpid@643995 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 ca25ced5e0..ae47241e67 100644 --- a/cpp/src/tests/Makefile.am +++ b/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) |
