diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-07 21:18:27 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-07 21:18:27 +0000 |
| commit | 4c6ec8cec81788cf373c693a34ff2ec86cf78481 (patch) | |
| tree | b0b454f74e24ea4550dc53b67cad7cdb79388c36 /qpid/cpp/src/tests/Makefile.am | |
| parent | 2763bd77f14f04757fc70b006d0fba893e2cee9b (diff) | |
| download | qpid-python-4c6ec8cec81788cf373c693a34ff2ec86cf78481.tar.gz | |
Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index b5fddd82a0..b9406c5ee3 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -167,6 +167,7 @@ qpid_recv_SOURCES = \ qpid_recv.cpp \ TestOptions.h \ ConnectionOptions.h \ + Statistics.h \ Statistics.cpp qpid_recv_LDADD = $(lib_client) @@ -175,6 +176,7 @@ qpid_send_SOURCES = \ qpid_send.cpp \ TestOptions.h \ ConnectionOptions.h \ + Statistics.h \ Statistics.cpp qpid_send_LDADD = $(lib_client) |
