diff options
author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 20:43:13 +0000 |
---|---|---|
committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 20:43:13 +0000 |
commit | a25c5cea875b1fd087d5ebd88d192c2f321d9ee9 (patch) | |
tree | 257a30216ae28a64cab688b74f4542a707dac20f | |
parent | 9ac26afa46f4975b851fd9ea86d4dcec9ea735ee (diff) | |
download | libgpod-a25c5cea875b1fd087d5ebd88d192c2f321d9ee9.tar.gz libgpod-a25c5cea875b1fd087d5ebd88d192c2f321d9ee9.tar.xz libgpod-a25c5cea875b1fd087d5ebd88d192c2f321d9ee9.zip |
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
-rw-r--r-- | bindings/python/Makefile.am | 8 |
1 files 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* \ |