summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-06-29 17:12:48 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-06-29 17:12:48 +0000
commitb32246ccd1861ca0ae875b3813a75a2fe6c3224c (patch)
tree1d5bd251d6d7c4c9a232527d990cb8f2c6e32767 /bindings/python
parent644a14f89f09bb2add44979c8704027721d3c08a (diff)
downloadlibgpod-b32246ccd1861ca0ae875b3813a75a2fe6c3224c.tar.gz
libgpod-b32246ccd1861ca0ae875b3813a75a2fe6c3224c.tar.xz
libgpod-b32246ccd1861ca0ae875b3813a75a2fe6c3224c.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`