From 2915f7ac72ecaa7a2bbfac99b04d41decf9054ac Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 29 Jun 2007 17:12:48 +0000 Subject: include tests.py in EXTRA_DIST git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1613 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bindings/python') 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` -- cgit