diff options
author | Gordon Sim <gsim@apache.org> | 2008-10-24 18:10:34 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-10-24 18:10:34 +0000 |
commit | ff912d766ce14a31399823eb839e94300de3e648 (patch) | |
tree | 095a09df071b5ae8921ca1647438c2e72a84660e /cpp | |
parent | 857e1bf18122c53823c897566e2d0bf894c897bb (diff) | |
download | qpid-python-ff912d766ce14a31399823eb839e94300de3e648.tar.gz |
fix for make distcheck (I had listed wrong filenames in earlier commit)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 91c3995e77..52511e2f29 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -143,9 +143,9 @@ EXTRA_DIST += \ quick_topictest \ quick_perftest \ topictest \ - run_header_tests \ + run_header_test \ header_test.py \ - run_ssl_tests \ + ssl_test \ run_federation_tests \ run_acl_tests \ .valgrind.supp \ |