]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fri Dec 7 14:55:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 7 Dec 2007 15:00:26 +0000 (15:00 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 7 Dec 2007 15:00:26 +0000 (15:00 +0000)
        * proxy/Makefile.am: Include gnulib code when building the
          proxy.

ChangeLog
proxy/Makefile.am

index fd07a616174eacd5686399f9a26737e1d5d73c07..a8183eb0bbc199974850ebd800db7c1a5f87d46f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec  7 14:55:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
+
+       * proxy/Makefile.am: Include gnulib code when building the
+         proxy.
+
 Fri Dec  7 14:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
 
        * src/console.c, src/console.h, src/virsh.c: Disable
index a270191fb09e203bee43836b38c0116a3a5fbe2e..ff9a3eb1d2b39bab773ce5a36c7eff4d5e9f325b 100644 (file)
@@ -1,8 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
 if WITH_PROXY
-INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include \
-           -I@top_srcdir@/proxy -I@top_srcdir@/src @LIBXML_CFLAGS@ \
+INCLUDES = -I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
+           -I$(top_builddir)/include -I@top_srcdir@/include \
+          -I@top_srcdir@/proxy -I@top_srcdir@/src @LIBXML_CFLAGS@ \
           -DPROXY  -DLOCALEBASEDIR=\""$(datadir)/locale"\" \
            -DGETTEXT_PACKAGE=\"$(PACKAGE)\" $(WARN_CFLAGS) $(LIBVIRT_FEATURES)