hivex: Remove python bytecode on "make clean"
authorHilko Bengen <bengen@hilluzination.de>
Fri, 13 May 2011 06:37:55 +0000 (08:37 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 13 May 2011 09:35:28 +0000 (10:35 +0100)
python/Makefile.am

index bc9ce7c..8599863 100644 (file)
@@ -42,4 +42,6 @@ TESTS_ENVIRONMENT = \
 
 TESTS = run-python-tests
 
+CLEANFILES = hivex.pyc
+
 endif