diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-11 13:15:44 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-11 13:15:44 +0000 |
| commit | 856e5e92e6ad376cdbe3c8c2b8414415a17e579c (patch) | |
| tree | 4b60cb6515225326ac1c60c04ef42765ccd3aa5c /cpp/src/tests/Makefile.am | |
| parent | 36c30decd36c54d5d361cfa64818d10527960b85 (diff) | |
| download | qpid-python-856e5e92e6ad376cdbe3c8c2b8414415a17e579c.tar.gz | |
Added support for address parsing, create/assert/delete policies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index e1935dfcc6..b84251831d 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -114,7 +114,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ReplicationTest.cpp \ ClientMessageTest.cpp \ PollableCondition.cpp \ - Variant.cpp + Variant.cpp \ + Address.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
