summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-16 22:39:38 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-16 22:39:38 +0000
commit895965297bcbc581ea6dd950c184d7edb4f8e888 (patch)
tree1b034e83f95ff845810731d6d7c35977bef9f4aa
parent358d81e2566bb23e48673820121e38df0a8fb6ce (diff)
downloadlibgpod-895965297bcbc581ea6dd950c184d7edb4f8e888.tar.gz
libgpod-895965297bcbc581ea6dd950c184d7edb4f8e888.tar.xz
libgpod-895965297bcbc581ea6dd950c184d7edb4f8e888.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
-rw-r--r--ChangeLog5
-rw-r--r--bindings/python/examples/Makefile.am13
2 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a713d11..14dc462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-13 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python/examples/Makefile.am:
+ add save_photos.py to EXTRA_DIST
+
2007-07-12 Jorg Schuler <jcsjcs at users.sourceforge.net>
* po/ro.po: nobody told me I forgot to actually add this file to
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