X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=images%2FMakefile.am;h=dcdf51f80cf8d112281df3f3fb69f4fccfc5c2b0;hb=53f5ea28ffe26c112e51ebdef6d46c25919ced4f;hp=99266ad1f05b573e68c597c65d6adcfe644055de;hpb=acf9000252da7f4f3fde693ecc03461007cf0bf9;p=libguestfs.git diff --git a/images/Makefile.am b/images/Makefile.am index 99266ad..dcdf51f 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -15,4 +15,18 @@ # 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 + +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) $@