diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-08 20:43:13 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-04-08 20:43:13 +0000 |
| commit | 34f7546efb4f75ffdbe603031fc61300594520d3 (patch) | |
| tree | 257a30216ae28a64cab688b74f4542a707dac20f /bindings/python | |
| parent | cf11d2aeb641fd5795e0d95337811815c0c5dc21 (diff) | |
| download | libgpod-34f7546efb4f75ffdbe603031fc61300594520d3.tar.gz libgpod-34f7546efb4f75ffdbe603031fc61300594520d3.tar.xz libgpod-34f7546efb4f75ffdbe603031fc61300594520d3.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
Diffstat (limited to 'bindings/python')
| -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* \ |
