diff options
| author | Alan Conway <aconway@apache.org> | 2008-03-26 14:01:38 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-03-26 14:01:38 +0000 |
| commit | 6677cd5ce82fa0ef1fb51ad3d840a0e8e842a34b (patch) | |
| tree | 89c277461fc38033eb1ab6445c9af274dd926749 /qpid/cpp/src/tests/Makefile.am | |
| parent | 82fb603fca465c610f67b8b95c53a108333b9f59 (diff) | |
| download | qpid-python-6677cd5ce82fa0ef1fb51ad3d840a0e8e842a34b.tar.gz | |
Bounds-checking iterator wrapper, for use with Codec::encode/decode.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@641315 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 0baf1a2763..b246694b63 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -40,7 +40,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ClientSessionTest.cpp \ SequenceSet.cpp \ serialize.cpp \ - ProxyTemplate.cpp apply.cpp + ProxyTemplate.cpp apply.cpp BoundedIterator.cpp # FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error. check_LTLIBRARIES += libshlibtest.la |
