summaryrefslogtreecommitdiffstats
path: root/bindings
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
commit2915f7ac72ecaa7a2bbfac99b04d41decf9054ac (patch)
tree1d5bd251d6d7c4c9a232527d990cb8f2c6e32767 /bindings
parent0980939eb4c5e23ea01fc1ed441c019c024d125c (diff)
downloadlibgpod-2915f7ac72ecaa7a2bbfac99b04d41decf9054ac.tar.gz
libgpod-2915f7ac72ecaa7a2bbfac99b04d41decf9054ac.tar.xz
libgpod-2915f7ac72ecaa7a2bbfac99b04d41decf9054ac.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')
-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`