diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-10 18:59:04 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-10 18:59:04 +0100 |
commit | f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56 (patch) | |
tree | 66553506d0d1e76b9b715268341c901f62bc0d85 | |
parent | 1c8403885cb5ddff7eda975772cb154b375dbaae (diff) | |
download | libguestfs-f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56.tar.gz libguestfs-f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56.tar.xz libguestfs-f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56.zip |
tests/guests: Add temp files to CLEANFILES.
-rw-r--r-- | tests/guests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am index 77ce61ba..ff983ff9 100644 --- a/tests/guests/Makefile.am +++ b/tests/guests/Makefile.am @@ -40,7 +40,7 @@ EXTRA_DIST = \ # time and we need the tools we have built in order to make it. check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img -CLEANFILES = $(check_DATA) stamp-fedora-md.img +CLEANFILES = $(check_DATA) stamp-fedora-md.img *.tmp.* # Make a (dummy) Fedora image. fedora.img: guest-aux/make-fedora-img.pl \ |