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 --- ChangeLog | 7 ++++++- bindings/python/tests/Makefile.am | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b821de..d8794c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-06-23 Jorg Schuler +2007-06-29 Todd Zullinger + + * bindings/python/tests/Makefile.am: + include tests.py in EXTRA_DIST + +2007-06-29 Jorg Schuler * 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` -- cgit