summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-05-13 08:37:55 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-05-13 10:35:28 +0100
commit79bdfa30ae1b8613211339b6318fc7cb2887bf5e (patch)
tree1193735d7f1be3c19277f5b9025303c9939effbe
parent2cf6eef8ff7b7ab642943e67183f0d7491c69f9d (diff)
downloadhivex-79bdfa30ae1b8613211339b6318fc7cb2887bf5e.tar.gz
hivex-79bdfa30ae1b8613211339b6318fc7cb2887bf5e.tar.xz
hivex-79bdfa30ae1b8613211339b6318fc7cb2887bf5e.zip
hivex: Remove python bytecode on "make clean"
-rw-r--r--python/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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