diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-01 13:17:32 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-01 13:17:32 +0100 |
commit | 94e94550ed0905d60173866e0ce1e41f9987c44c (patch) | |
tree | a322c23ac35e56d229be99ff35c3dce23fdbfb66 | |
parent | 7ed21d9a5c11d6bc8e9da3912cfcfc8a873ddef0 (diff) | |
download | libguestfs-94e94550ed0905d60173866e0ce1e41f9987c44c.tar.gz libguestfs-94e94550ed0905d60173866e0ce1e41f9987c44c.tar.xz libguestfs-94e94550ed0905d60173866e0ce1e41f9987c44c.zip |
sysprep: Add more files to CLEANFILES.
-rw-r--r-- | sysprep/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 = \ |