diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-04-19 14:43:43 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-04-19 14:43:43 +0000 |
| commit | 36a7c101ac0ebabaea0c4b5a89348267383133c8 (patch) | |
| tree | 8660011818635d6f563aa5735034deea1f28513c /cpp/src | |
| parent | 873e9ab2b67c071fb6af4024206f54bd3c0b6e3e (diff) | |
| download | qpid-python-36a7c101ac0ebabaea0c4b5a89348267383133c8.tar.gz | |
Add missing Statistics.cpp to sender test's sources
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@935600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 2da50f35ac..93897c0ca1 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -259,7 +259,7 @@ target_link_libraries (receiver qpidclient) #receiver_SOURCES=receiver.cpp TestOptions.h ConnectionOptions.h remember_location(receiver) -add_executable (sender sender.cpp ${platform_test_additions}) +add_executable (sender sender.cpp Statistics.cpp ${platform_test_additions}) target_link_libraries (sender qpidclient) #sender_SOURCES=sender.cpp TestOptions.h ConnectionOptions.h remember_location(sender) |
