From: Matthias Bolte Date: Tue, 19 Oct 2010 14:43:59 +0000 (+0200) Subject: proxy: Fix undefined reference to virClose X-Git-Tag: v0.8.5~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a81b8afc232c6d075933b6a7a978260db2b9a7;p=thirdparty%2Flibvirt.git proxy: Fix undefined reference to virClose Add src/util/files.c to libvirt_proxy_SOURCES. --- diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 471668348b..c9859a0769 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 \