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 | eba7d3fff1076914dda819eb8120304f059f4be9 (patch) | |
tree | b5ac97bc0964a48af3cfc5ea8ed49fc644a38753 | |
parent | eb31fb95b12c4d1ffb55edb551a8a0086278d727 (diff) | |
download | libgpod-eba7d3fff1076914dda819eb8120304f059f4be9.tar.gz libgpod-eba7d3fff1076914dda819eb8120304f059f4be9.tar.xz libgpod-eba7d3fff1076914dda819eb8120304f059f4be9.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
-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 \ |