diff options
-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* \ |