diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-06 17:27:27 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-06 17:27:27 +0000 |
| commit | 6ee11959bff03826083c85943f14e6b4ceeaacff (patch) | |
| tree | 217ad7ff3106b030505d7a70007c27aaf0eb2eff /qpid/cpp/src/tests/Makefile.am | |
| parent | 14efd3ce4c7f12a2da13164b5c8acc562fd30832 (diff) | |
| download | qpid-python-6ee11959bff03826083c85943f14e6b4ceeaacff.tar.gz | |
Add support for array type to c++ (and python, decode only for now)
Change the type of the in-doubt field in dtx-coordination.recover to an array (to bring in line with amqp spec)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@592494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -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 37d59aa9e2..b4944c1294 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -31,7 +31,7 @@ unit_test_SOURCES= unit_test.cpp \ RefCounted.cpp RefCountedMap.cpp \ SessionState.cpp Blob.cpp logging.cpp \ Url.cpp Uuid.cpp \ - Shlib.cpp FieldValue.cpp FieldTable.cpp + Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |
