From 94e94550ed0905d60173866e0ce1e41f9987c44c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 1 Apr 2012 13:17:32 +0100 Subject: sysprep: Add more files to CLEANFILES. --- sysprep/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index c7f40789..d534629e 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -22,7 +22,10 @@ EXTRA_DIST = \ test-virt-sysprep.sh \ virt-sysprep.pod -CLEANFILES = stamp-virt-sysprep.pod +CLEANFILES = \ + *~ *.cmi *.cmo *.cmx *.cmxa *.o \ + virt-sysprep virt-sysprep.1 \ + stamp-virt-sysprep.pod # Alphabetical order. SOURCES = \ -- cgit