diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-08 15:04:38 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-08 15:04:38 +0000 |
| commit | df7cc99c47c1917c736691a71c0b50eb08ebfa9f (patch) | |
| tree | e02d37dd3a651580e1437b5f20bcdfaa6ae9cc9e /qpid/cpp/src/tests/Makefile.am | |
| parent | 088a5a4f546dab65a72574e7704dd08a302f008f (diff) | |
| download | qpid-python-df7cc99c47c1917c736691a71c0b50eb08ebfa9f.tar.gz | |
QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to the local host.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 472de39d0b..3e705b074e 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -124,7 +124,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Address.cpp \ ClientMessage.cpp \ Qmf2.cpp \ - BrokerOptions.cpp + BrokerOptions.cpp \ + SystemInfo.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
