From acbd696b05429a6eff435737709b1f40912d1025 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 Dec 2007 15:00:26 +0000 Subject: [PATCH] Fri Dec 7 14:55:00 UTC 2007 Richard W.M. Jones * proxy/Makefile.am: Include gnulib code when building the proxy. --- ChangeLog | 5 +++++ proxy/Makefile.am | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd07a61617..a8183eb0bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 7 14:55:00 UTC 2007 Richard W.M. Jones + + * proxy/Makefile.am: Include gnulib code when building the + proxy. + Fri Dec 7 14:49:00 UTC 2007 Richard W.M. Jones * src/console.c, src/console.h, src/virsh.c: Disable diff --git a/proxy/Makefile.am b/proxy/Makefile.am index a270191fb0..ff9a3eb1d2 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -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) -- GitLab