]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/Makefile.am: fix out of tree build
authorDaniel Veillard <veillard@redhat.com>
Fri, 24 Mar 2006 13:03:29 +0000 (13:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 24 Mar 2006 13:03:29 +0000 (13:03 +0000)
Daniel

ChangeLog
src/Makefile.am

index 5f937cab39e03145049d7c586f68c53d0b9e7658..9d0594edf6a959126903cf8690ca9195f1ec8416 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 24 14:03:26 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * src/Makefile.am: fix out of tree build
+
 Thu Mar 23 16:40:37 CET 2006 Daniel Veillard <veillard@redhat.com>
 
        * src/xs_internal.c src/xs_internal.h include/virterror.h 
index 39795110bb9eae1bb81ace785e766abb4496713a..1e0e8d635002622f30a9dfa4768b203718b204c8 100644 (file)
@@ -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@