X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=images%2FMakefile.am;fp=hivex%2Ft%2FMakefile.am;h=9a32c874d49f312ab94eb8d591363efc085f5545;hb=aef7470a0492d3fea1a00ef2de8381417fb23b83;hp=217d7caaf33858acc782559e09fdcb071494bd7c;hpb=c5e92b725ba8c029df2d407aa27bdebc56ed717e;p=hivex.git diff --git a/hivex/t/Makefile.am b/images/Makefile.am similarity index 61% rename from hivex/t/Makefile.am rename to images/Makefile.am index 217d7ca..9a32c87 100644 --- a/hivex/t/Makefile.am +++ b/images/Makefile.am @@ -1,5 +1,5 @@ -# libguestfs -# Copyright (C) 2009 Red Hat Inc. +# hivex +# Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,3 +16,18 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = minimal + +# 'large' is a large hive used for testing purposes. It is generated +# by the mklarge C program, to avoid having to distribute this large +# binary blob. +noinst_PROGRAMS = mklarge +mklarge_SOURCES = mklarge.c +mklarge_CFLAGS = \ + -I$(srcdir)/../hivex \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) +mklarge_LDADD = ../hivex/libhivex.la + +noinst_DATA = large + +large: mklarge + ./mklarge $(srcdir)/minimal large