diff options
Diffstat (limited to 'python/tests/Makefile.am')
-rw-r--r-- | python/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index 490b272..219812c 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -9,4 +9,5 @@ MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST = $(wildcard test_*) +EXTRA_DIST = $(wildcard test_*) \ + __init__.py |