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 | 3813b8fab06266dae0f67ef1db09917cefebfbf0 (patch) | |
| tree | d58072668d8a670bbb698168637c7c96c47d1669 /cpp/src/tests/Makefile.am | |
| parent | a8e05c3647e6ee7c17a9cd31777fe15ba8374f5b (diff) | |
| download | qpid-python-3813b8fab06266dae0f67ef1db09917cefebfbf0.tar.gz | |
Bounds-checking iterator wrapper, for use with Codec::encode/decode.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641315 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 0baf1a2763..b246694b63 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 |
