diff options
author | Michael Goulish <mgoulish@apache.org> | 2010-12-17 15:29:38 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2010-12-17 15:29:38 +0000 |
commit | b01bb777d319ef8e5920fbe5c5805a27c64e32ef (patch) | |
tree | deaa5bd5842a5c9844a8130814efb485b9a07bf6 /cpp | |
parent | 3f6e6e7dd760661b572256f778ff523c3db8ecba (diff) | |
download | qpid-python-b01bb777d319ef8e5920fbe5c5805a27c64e32ef.tar.gz |
Include the new sasl_fed_ex test in EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1050424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/sasl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl.mk b/cpp/src/tests/sasl.mk index 2d62eb73b6..5b8419f604 100644 --- a/cpp/src/tests/sasl.mk +++ b/cpp/src/tests/sasl.mk @@ -32,7 +32,7 @@ sasl_version_LDADD=$(lib_client) TESTS += run_cluster_authentication_test sasl_fed sasl_fed_ex LONG_TESTS += run_cluster_authentication_soak -EXTRA_DIST += run_cluster_authentication_test sasl_fed run_cluster_authentication_soak +EXTRA_DIST += run_cluster_authentication_test sasl_fed sasl_fed_ex run_cluster_authentication_soak endif # HAVE_SASL |