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