diff options
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index 79d82ac..84fb2c2 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = resources +EXTRA_DIST = \ + resources \ + tests.py dist-hook: rm -rf `find $(distdir)/resources -type d -name .svn` |