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 | 3f2cae3c19228d10257022e851c994a9d337dbc8 (patch) | |
| tree | 57f78039cd2fd572f62416555a9b6b8e7798a7bf /qpid/cpp | |
| parent | 234785eb6b3cc9ee25d3091f63a52dc6f01b32dd (diff) | |
| download | qpid-python-3f2cae3c19228d10257022e851c994a9d337dbc8.tar.gz | |
Fix make distcheck: clean sasl_config test files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index c37dd9454b..b392a124d1 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
