Remove *~ files when doing 'make clean'.
[libguestfs.git] / python / Makefile.am
index e4ef9e8..509e87c 100644 (file)
@@ -17,6 +17,8 @@
 
 EXTRA_DIST = README-python-bindings
 
+CLEANFILES = *~
+
 if HAVE_PYTHON
 
 endif
\ No newline at end of file