diff options
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b5fddd82a0..b9406c5ee3 100644 --- a/cpp/src/tests/Makefile.am +++ b/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) |
