diff options
author | Alan Conway <aconway@apache.org> | 2010-06-14 20:03:38 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-06-14 20:03:38 +0000 |
commit | a24cfecd024efd27be6dbac0f1e873d01b59a0cc (patch) | |
tree | ca65afb9777808e1932d93eee6d266d867d14ba1 /cpp/src/tests | |
parent | 8907175e90904c52d68f93ae967a0e12eb776110 (diff) | |
download | qpid-python-a24cfecd024efd27be6dbac0f1e873d01b59a0cc.tar.gz |
Added qpid-cpp-benchmark to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@954613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index d800583385..0f44089005 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -147,6 +147,7 @@ endif # Test programs that are installed and therefore built as part of make, not make check qpidtest_SCRIPTS += qpid-cpp-benchmark +EXTRA_DIST += qpid-cpp-benchmark qpidtest_PROGRAMS += receiver receiver_SOURCES = \ |