From 08de30de7733b07a17eed911ca1d4f02b030ad42 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sun, 9 Apr 2006 16:38:12 +0000 Subject: Very start of a much nicer API from Python git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1242 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/examples/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bindings/python/examples/Makefile.am') diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 93cf41c..89f76fc 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -1,2 +1,4 @@ -EXTRA_DIST = coverart_fetch.py toy_around.py tag_genre_from_audioscrobber.py add_song.py +EXTRA_DIST = coverart_fetch.py toy_around.py \ + tag_genre_from_audioscrobber.py add_song.py \ + playwith_ipod_api.py -- cgit