diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-01 22:20:24 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-01 22:20:24 +0000 |
| commit | 4c8aa15df3877d0848002f5d89cfa5b976dc5005 (patch) | |
| tree | d0cf9c9d7f2568216d52f62bb547c3605041f716 /cpp/src/Makefile.am | |
| parent | 4a05e650fc2d1a3a729e2c0409d3e11963b02de8 (diff) | |
| download | qpid-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/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 1a66b6051b..f1585b1c5e 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -203,6 +203,7 @@ libqpidcommon_la_SOURCES = \ qpid/assert.cpp qpid/assert.h \ qpid/Exception.cpp \ qpid/Plugin.cpp \ + qpid/StringUtils.cpp \ qpid/Url.cpp \ qpid/sys/AggregateOutput.cpp \ qpid/sys/AsynchIOHandler.cpp \ @@ -326,6 +327,7 @@ nobase_include_HEADERS = \ qpid/RangeSet.h \ qpid/RefCounted.h \ qpid/SharedObject.h \ + qpid/StringUtils.h \ qpid/Url.h \ qpid/InlineVector.h \ qpid/InlineAllocator.h \ |
