Fix detection of optional libvirt support in virt-inspector.
[libguestfs.git] / images / Makefile.am
index e9ea2f4..dcdf51f 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-EXTRA_DIST     = mbr-ext2-empty.img.gz
+EXTRA_DIST     = \
+       helloworld.tar \
+       helloworld.tar.gz \
+       mbr-ext2-empty.img.gz \
+       empty known-1 known-2 known-3
 
-CLEANFILES = *~
+noinst_DATA = test.sqsh
+
+CLEANFILES = test.sqsh
+
+squash_files = helloworld.tar helloworld.tar.gz empty known-1 known-2 known-3
+
+test.sqsh: $(squash_files)
+       rm -f $@
+       $(MKSQUASHFS) $(squash_files) $@