]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
proxy: Fix undefined reference to virClose
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 19 Oct 2010 14:43:59 +0000 (16:43 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 19 Oct 2010 14:47:35 +0000 (16:47 +0200)
Add src/util/files.c to libvirt_proxy_SOURCES.

proxy/Makefile.am

index 471668348b2dd7f63e032d8e7a3cc7d6552747e7..c9859a0769eb221ca5839fdeba3e8aeaf623a3b7 100644 (file)
@@ -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 \