1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-21 10:50:24 +03:00

proxy: Fix undefined reference to virClose

Add src/util/files.c to libvirt_proxy_SOURCES.
This commit is contained in:
Matthias Bolte 2010-10-19 16:43:59 +02:00
parent 1c61648961
commit 77a81b8afc

View 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 \