[Libguestfs] [PATCH 7/7] resize, sparsify: find progress mini-library in out-of-tree builds

Richard W.M. Jones rjones at redhat.com
Fri Jan 20 13:29:21 UTC 2012


On Fri, Jan 20, 2012 at 08:44:47AM +0100, Hilko Bengen wrote:
> ---
>  resize/Makefile.am   |    2 +-
>  sparsify/Makefile.am |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/resize/Makefile.am b/resize/Makefile.am
> index bbae32f..48240d1 100644
> --- a/resize/Makefile.am
> +++ b/resize/Makefile.am
> @@ -69,7 +69,7 @@ virt-resize: $(OBJECTS)
>  # automake will decide we don't need C support in this file.  Really
>  # we do, so we have to provide it ourselves.
>  
> -DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I../fish
> +DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I$(top_srcdir)/fish
>  
>  .c.o:
>  	$(CC) $(CFLAGS) $(PROF_CFLAGS) $(DEFAULT_INCLUDES) -c $< -o $@
> diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
> index 17ee638..8d1ddc4 100644
> --- a/sparsify/Makefile.am
> +++ b/sparsify/Makefile.am
> @@ -68,7 +68,7 @@ virt-sparsify: $(OBJECTS)
>  # automake will decide we don't need C support in this file.  Really
>  # we do, so we have to provide it ourselves.
>  
> -DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I../fish
> +DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I$(top_srcdir)/fish
>  
>  .c.o:
>  	$(CC) $(CFLAGS) $(PROF_CFLAGS) $(DEFAULT_INCLUDES) -c $< -o $@
> -- 
> 1.7.8.3

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list