diff options
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index d730889..79d82ac 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = resources dist-hook: - rm -rf `find $(distdir)/resources -name CVS` + rm -rf `find $(distdir)/resources -type d -name .svn` if HAVE_PYTHON test: |