From 79bdfa30ae1b8613211339b6318fc7cb2887bf5e Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Fri, 13 May 2011 08:37:55 +0200 Subject: [PATCH] hivex: Remove python bytecode on "make clean" --- python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/Makefile.am b/python/Makefile.am index bc9ce7c..8599863 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,4 +42,6 @@ TESTS_ENVIRONMENT = \ TESTS = run-python-tests +CLEANFILES = hivex.pyc + endif -- 1.8.3.1