summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-16 22:39:38 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-16 22:39:38 +0000
commitbd2fc5d392af67e46ee0fe8bf31b4f9e457f2da3 (patch)
tree1b034e83f95ff845810731d6d7c35977bef9f4aa /bindings
parent308cbb25413529c4011e06b85902188064aef0ce (diff)
downloadlibgpod-bd2fc5d392af67e46ee0fe8bf31b4f9e457f2da3.tar.gz
libgpod-bd2fc5d392af67e46ee0fe8bf31b4f9e457f2da3.tar.xz
libgpod-bd2fc5d392af67e46ee0fe8bf31b4f9e457f2da3.zip
ensure that bindings/python/examples/save_photos.py is included in tarballs
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1653 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/examples/Makefile.am13
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