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 | 874829366ae02bd36b44992deceebb0691846dd5 (patch) | |
| tree | 19080e3186d17f75e9017acf954f64cbe5ef448e /bindings/python | |
| parent | 32ccf6d5a876f209fe88efb22741e565b13e69b4 (diff) | |
| download | libgpod-874829366ae02bd36b44992deceebb0691846dd5.tar.gz libgpod-874829366ae02bd36b44992deceebb0691846dd5.tar.xz libgpod-874829366ae02bd36b44992deceebb0691846dd5.zip | |
Update EXTRA_DIST
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1235 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
| -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* \ |
