diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-05-29 10:06:54 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-05-29 10:06:54 +0000 |
| commit | 58503e6e5b6ef315f37fe859baaf0f5216fc8f5c (patch) | |
| tree | b5ac97bc0964a48af3cfc5ea8ed49fc644a38753 /bindings/python/Makefile.am | |
| parent | e0660136456b07c9a9b31fcf1e5f6cf3fe28b85e (diff) | |
| download | libgpod-58503e6e5b6ef315f37fe859baaf0f5216fc8f5c.tar.gz libgpod-58503e6e5b6ef315f37fe859baaf0f5216fc8f5c.tar.xz libgpod-58503e6e5b6ef315f37fe859baaf0f5216fc8f5c.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/Makefile.am')
| -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 \ |
