summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-01 22:20:24 +0000
committerGordon Sim <gsim@apache.org>2008-05-01 22:20:24 +0000
commit4c8aa15df3877d0848002f5d89cfa5b976dc5005 (patch)
treed0cf9c9d7f2568216d52f62bb547c3605041f716 /cpp/src/tests/Makefile.am
parent4a05e650fc2d1a3a729e2c0409d3e11963b02de8 (diff)
downloadqpid-python-4c8aa15df3877d0848002f5d89cfa5b976dc5005.tar.gz
Boost's string split function causes problems on older versions of the library. Replaced with homegrown equivalent.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index bd020e4f77..f215c9f0b4 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -41,6 +41,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
ISList.cpp IList.cpp \
ClientSessionTest.cpp \
SequenceSet.cpp \
+ StringUtils.cpp \
IncompleteMessageList.cpp \
RangeSet.cpp