summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-29 17:12:48 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-29 17:12:48 +0000
commitf8584cad55d990801bfc120a227d1f42cb13912e (patch)
tree1d5bd251d6d7c4c9a232527d990cb8f2c6e32767 /bindings/python
parent16cb751f444957b8e32100457d9b1a3578e68faf (diff)
downloadlibgpod-f8584cad55d990801bfc120a227d1f42cb13912e.tar.gz
libgpod-f8584cad55d990801bfc120a227d1f42cb13912e.tar.xz
libgpod-f8584cad55d990801bfc120a227d1f42cb13912e.zip
include tests.py in EXTRA_DIST
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1613 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/tests/Makefile.am4
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`