diff options
author | Alan Conway <aconway@apache.org> | 2010-05-28 15:29:15 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-05-28 15:29:15 +0000 |
commit | 1bcbf0ce82ae86c12857d7ee03a93d6399dd1a2b (patch) | |
tree | b2f8cf6c3e50828ed189a11c23203446c54300d9 /cpp/src/tests | |
parent | 4d70d16aade0ee8fa0c1eb39407d35a14c35f7be (diff) | |
download | qpid-python-1bcbf0ce82ae86c12857d7ee03a93d6399dd1a2b.tar.gz |
Fix make distcheck: clean sasl_config test files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index c37dd9454b..b392a124d1 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -396,4 +396,7 @@ sasl_config: sasl_test_setup.sh sh $(srcdir)/sasl_test_setup.sh touch sasl_config +clean-local: + rm -rf sasl_config + include testagent.mk |