[libvirt] [PATCH] tests: Fix libvirtdconftest in VPATH build

Daniel P. Berrange berrange at redhat.com
Tue Apr 10 12:29:07 UTC 2012


On Tue, Apr 10, 2012 at 02:12:01PM +0200, Jiri Denemark wrote:
> Without this, libvirtdconftest fails to build with "fatal error:
> daemon/libvirtd-config.h: No such file or directory"
> ---
>  tests/Makefile.am |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 57358e9..c4d550f 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -6,6 +6,7 @@
>  SHELL = $(PREFERABLY_POSIX_SHELL)
>  
>  INCLUDES = \
> +	-I$(top_builddir) -I$(top_srcdir) \
>  	-I$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib \
>  	-I$(top_builddir)/include -I$(top_srcdir)/include \
>  	-I$(top_builddir)/src -I$(top_srcdir)/src \

ACK

We need to rationalize the number of -I directives we use really, but that
can wait for another day.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list