diff options
author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 21:00:59 +0000 |
---|---|---|
committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-08 21:00:59 +0000 |
commit | 75805d1ef2e43f6c93dd36c6e172c74b4bb99bc6 (patch) | |
tree | 0c9334dc2c969f128368d918a5dc926a2aec4e52 | |
parent | 601a4626350708757461503374b42d587114a98d (diff) | |
download | libgpod-75805d1ef2e43f6c93dd36c6e172c74b4bb99bc6.tar.gz libgpod-75805d1ef2e43f6c93dd36c6e172c74b4bb99bc6.tar.xz libgpod-75805d1ef2e43f6c93dd36c6e172c74b4bb99bc6.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@1240 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | bindings/python/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 1c3ba52..93cf41c 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -1,2 +1,2 @@ -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 |