diff options
| author | Ken Giusti <kgiusti@apache.org> | 2011-10-12 17:42:27 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2011-10-12 17:42:27 +0000 |
| commit | bbfd87099b76999dfa016b21fade211929a4c038 (patch) | |
| tree | 34ff95f37feb436b970715bd89975747075e07b2 /cpp/src/tests/Makefile.am | |
| parent | 86d16a4fddda8256f3b494aeabf70eb0f041cf35 (diff) | |
| download | qpid-python-bbfd87099b76999dfa016b21fade211929a4c038.tar.gz | |
QPID-3417: C++ broker - support adding arrival timestamp to received messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1182490 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 78ac6db5f1..f68a1462a9 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -124,7 +124,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Variant.cpp \ Address.cpp \ ClientMessage.cpp \ - Qmf2.cpp + Qmf2.cpp \ + BrokerOptions.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
