diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-27 18:01:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-27 18:01:36 +0000 |
| commit | e92134c6caea2f23e37ee8d2e6fefe4a8c6b1b3f (patch) | |
| tree | 15dcebde3ac110a744770dcbcf559d2ef7400369 /qpid/cpp/src/tests/Makefile.am | |
| parent | f138d4ef996b28b475ccbcfcf1b3484f4a05d5f7 (diff) | |
| download | qpid-python-e92134c6caea2f23e37ee8d2e6fefe4a8c6b1b3f.tar.gz | |
Fix make distcheck error: added sasl_fed to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028056 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, 1 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 241ee0fbb1..ca7b89abc7 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -346,8 +346,7 @@ EXTRA_DIST += \ run_test.ps1 \ start_broker.ps1 \ stop_broker.ps1 \ - topictest.ps1 \ - run_cluster_authentication_test + topictest.ps1 check_LTLIBRARIES += libdlclose_noop.la libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir) @@ -370,7 +369,6 @@ EXTRA_DIST+= \ run_failover_soak \ reliable_replication_test \ federated_cluster_test_with_node_failure \ - run_cluster_authentication_soak \ sasl_test_setup.sh check-long: |
