diff options
-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 \ |