diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-29 17:12:48 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-29 17:12:48 +0000 |
commit | f8584cad55d990801bfc120a227d1f42cb13912e (patch) | |
tree | 1d5bd251d6d7c4c9a232527d990cb8f2c6e32767 | |
parent | 16cb751f444957b8e32100457d9b1a3578e68faf (diff) | |
download | libgpod-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
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | bindings/python/tests/Makefile.am | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,9 @@ -2007-06-23 Jorg Schuler <jcsjcs at users.sourceforge.net> +2007-06-29 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * bindings/python/tests/Makefile.am: + include tests.py in EXTRA_DIST + +2007-06-29 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_artwork.c (itdb_thumb_free, itdb_thumb_duplicate): fix compile time error when compiling without GDKPIXBUF. Alternative 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` |