diff options
author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 18:11:22 +0000 |
---|---|---|
committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 18:11:22 +0000 |
commit | 4c6389fd517150cb1c4814581f766624960843c3 (patch) | |
tree | 19080e3186d17f75e9017acf954f64cbe5ef448e | |
parent | 8697e6e2b75c521980fc760ca6852de324c45c72 (diff) | |
download | libgpod-4c6389fd517150cb1c4814581f766624960843c3.tar.gz libgpod-4c6389fd517150cb1c4814581f766624960843c3.tar.xz libgpod-4c6389fd517150cb1c4814581f766624960843c3.zip |
Update EXTRA_DIST
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1235 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | bindings/python/Makefile.am | 5 |
1 files 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* \ |