From: Daniel Veillard Date: Fri, 24 Mar 2006 13:03:29 +0000 (+0000) Subject: * src/Makefile.am: fix out of tree build X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=561377ab8a958ed4ba8001e590b4fff2037ca881;p=libvirt.git * src/Makefile.am: fix out of tree build Daniel --- diff --git a/ChangeLog b/ChangeLog index 5f937cab39..9d0594edf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 24 14:03:26 CET 2006 Daniel Veillard + + * src/Makefile.am: fix out of tree build + Thu Mar 23 16:40:37 CET 2006 Daniel Veillard * src/xs_internal.c src/xs_internal.h include/virterror.h diff --git a/src/Makefile.am b/src/Makefile.am index 39795110bb..1e0e8d6350 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @LIBXML_CFLAGS@ +INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include @LIBXML_CFLAGS@ DEPS = libvirt.la LDADDS = @STATIC_BINARIES@ libvirt.la VIRSH_LIBS = @VIRSH_LIBS@