From a25c5cea875b1fd087d5ebd88d192c2f321d9ee9 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sat, 8 Apr 2006 20:43:13 +0000 Subject: Correction to filename (again?), since I started to use all underscores instead of a mixture. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1238 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 2fed1a7..af4e9e1 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,9 +1,7 @@ +SUBDIRS = examples + EXTRA_DIST = \ - gpod.i \ - examples/coverart_fetch.py \ - examples/toy_around.py \ - examples/add_song.py \ - examples/tag_genre_from_audioscrobber.py + gpod.i CLEANFILES = \ *.py* \ -- cgit