[libvirt] [PATCH] proxy: Fix undefined reference to virClose

Add src/util/files.c to libvirt_proxy_SOURCES. --- proxy/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4716683..c9859a0 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -15,6 +15,7 @@ libexec_PROGRAMS = libvirt_proxy libvirt_proxy_SOURCES = libvirt_proxy.c \ @top_srcdir@/src/util/buf.c \ + @top_srcdir@/src/util/files.c \ @top_srcdir@/src/util/hash.c \ @top_srcdir@/src/util/logging.c \ @top_srcdir@/src/util/memory.c \ -- 1.7.0.4

On Tue, Oct 19, 2010 at 04:46:15PM +0200, Matthias Bolte wrote:
Add src/util/files.c to libvirt_proxy_SOURCES. --- proxy/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4716683..c9859a0 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -15,6 +15,7 @@ libexec_PROGRAMS = libvirt_proxy
libvirt_proxy_SOURCES = libvirt_proxy.c \ @top_srcdir@/src/util/buf.c \ + @top_srcdir@/src/util/files.c \ @top_srcdir@/src/util/hash.c \ @top_srcdir@/src/util/logging.c \ @top_srcdir@/src/util/memory.c \
Oops, guess we din't built wityh proxy :-) ACK Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On 10/19/2010 08:46 AM, Matthias Bolte wrote:
Add src/util/files.c to libvirt_proxy_SOURCES. --- proxy/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4716683..c9859a0 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -15,6 +15,7 @@ libexec_PROGRAMS = libvirt_proxy
libvirt_proxy_SOURCES = libvirt_proxy.c \ @top_srcdir@/src/util/buf.c \ + @top_srcdir@/src/util/files.c \
ACK. Affects ./autogen.sh --with-xen-proxy (and thus ./autobuild.sh). -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

2010/10/19 Eric Blake <eblake@redhat.com>:
On 10/19/2010 08:46 AM, Matthias Bolte wrote:
Add src/util/files.c to libvirt_proxy_SOURCES. --- proxy/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4716683..c9859a0 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -15,6 +15,7 @@ libexec_PROGRAMS = libvirt_proxy
libvirt_proxy_SOURCES = libvirt_proxy.c \ @top_srcdir@/src/util/buf.c \ + @top_srcdir@/src/util/files.c \
ACK. Affects ./autogen.sh --with-xen-proxy (and thus ./autobuild.sh).
Thanks, pushed. Matthias
participants (3)
-
Daniel Veillard
-
Eric Blake
-
Matthias Bolte