mirror of https://gitee.com/openkylin/libvirt.git
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.
This commit is contained in:
parent
0d14fc0cbb
commit
acbd696b05
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue