diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-29 10:06:54 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-29 10:06:54 +0000 |
| commit | 1c40c7000722016ff8602058ff5ef0bb477f9740 (patch) | |
| tree | b5ac97bc0964a48af3cfc5ea8ed49fc644a38753 /bindings/python | |
| parent | 410b3086cbafcdbc75ce192059b16470351fc2f9 (diff) | |
| download | libgpod-1c40c7000722016ff8602058ff5ef0bb477f9740.tar.gz libgpod-1c40c7000722016ff8602058ff5ef0bb477f9740.tar.xz libgpod-1c40c7000722016ff8602058ff5ef0bb477f9740.zip | |
Don't remove required files when we make clean.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1284 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 436dab0..ceaa1fa 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -7,7 +7,8 @@ EXTRA_DIST = \ gtkpod.py CLEANFILES = \ - *.py* \ + *.pyc \ + *.pyo \ _gpod.so \ gpod.py \ gpod_wrap.c \ |
