From eba7d3fff1076914dda819eb8120304f059f4be9 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Mon, 29 May 2006 10:06:54 +0000 Subject: 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 --- bindings/python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit