Remove *~ files when doing 'make clean'.
[libguestfs.git] / perl / Makefile.am
index 24548ed..c72d045 100644 (file)
@@ -25,6 +25,8 @@ EXTRA_DIST = \
        examples/*.pl \
        t/*.t
 
+CLEANFILES = *~ examples/*~ t/*~
+
 if HAVE_PERL
 
 # Interfacing automake and ExtUtils::MakeMaker known to be