* proxy/Makefile.am: Include gnulib code when building the
proxy.
+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
## 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)