From 4c6389fd517150cb1c4814581f766624960843c3 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sat, 8 Apr 2006 18:11:22 +0000 Subject: Update EXTRA_DIST git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1235 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 059836a..2fed1a7 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,8 +1,9 @@ EXTRA_DIST = \ gpod.i \ examples/coverart_fetch.py \ - examples/play.py \ - examples/tag-genre-from-audioscrobber.py + examples/toy_around.py \ + examples/add_song.py \ + examples/tag_genre_from_audioscrobber.py CLEANFILES = \ *.py* \ -- cgit