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 | 61b6fc807c1c9b4913bc3f67dc3d48a5add050cf (patch) | |
| tree | 257a30216ae28a64cab688b74f4542a707dac20f /bindings/python | |
| parent | dc35a6a7b0e65f5f04bb371a3787d07af89397c7 (diff) | |
| download | libgpod-61b6fc807c1c9b4913bc3f67dc3d48a5add050cf.tar.gz libgpod-61b6fc807c1c9b4913bc3f67dc3d48a5add050cf.tar.xz libgpod-61b6fc807c1c9b4913bc3f67dc3d48a5add050cf.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* \ |
