diff options
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/examples/Makefile.am | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index c61802e..1565df4 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -1,4 +1,9 @@ -EXTRA_DIST = coverart_fetch.py toy_around.py \ - tag_genre_from_audioscrobber.py add_song.py \ - play_with_ipod_api.py create_mp3_tags_from_itdb.py \ - play_with_smart_playlists.py +EXTRA_DIST = \ + add_song.py \ + coverart_fetch.py \ + create_mp3_tags_from_itdb.py \ + play_with_ipod_api.py \ + play_with_smart_playlists.py \ + save_photos.py \ + tag_genre_from_audioscrobber.py \ + toy_around.py |