diff options
| author | Gordon Sim <gsim@apache.org> | 2013-03-21 18:13:34 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-03-21 18:13:34 +0000 |
| commit | f71bb3a588ea9ebfa3ef4d05a52316ed5a039e41 (patch) | |
| tree | 20c53bcf27943a2666014afca0e0c18759a15ca1 /qpid/cpp/src/tests/Makefile.am | |
| parent | ebe7608c0b2495ddcd3e3709ff75d0ce222d6937 (diff) | |
| download | qpid-python-f71bb3a588ea9ebfa3ef4d05a52316ed5a039e41.tar.gz | |
QPID-4586: Add generic (and somewhat experimental) tool for creating, deleting and listing qpidd entities e.g. domains and incoming- or outgoing- links
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1459434 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 2e55b24c3e..3943e21b7f 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -146,8 +146,8 @@ endif # Test programs that are installed and therefore built as part of make, not make check -qpidexectest_SCRIPTS += qpid-cpp-benchmark qpid-cluster-benchmark install_env.sh -EXTRA_DIST += qpid-cpp-benchmark qpid-cluster-benchmark install_env.sh +qpidexectest_SCRIPTS += qpid-cpp-benchmark qpid-cluster-benchmark install_env.sh qpidt +EXTRA_DIST += qpid-cpp-benchmark qpid-cluster-benchmark install_env.sh qpidt qpidexectest_PROGRAMS += receiver receiver_SOURCES = \ |
