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 | c4e459bfa208e3cbd1035da8976a5ff16f6ea142 (patch) | |
| tree | 8660011818635d6f563aa5735034deea1f28513c /cpp/src | |
| parent | 9089af218f8f58a54e256dc9a23f32b474a6b8a4 (diff) | |
| download | qpid-python-c4e459bfa208e3cbd1035da8976a5ff16f6ea142.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) |
