aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-07-03 15:25:30 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-07-05 10:46:10 +0100
commit9a4d0b51700369c5e1484d30fd247c69360d9936 (patch)
tree04214cd21820b62ebb33e832c8762c8d8fa29334 /src/Makefile.am
parentMove loop device setup code into virfile.{c,h} (diff)
downloadlibvirt-9a4d0b51700369c5e1484d30fd247c69360d9936.tar.gz
libvirt-9a4d0b51700369c5e1484d30fd247c69360d9936.tar.bz2
libvirt-9a4d0b51700369c5e1484d30fd247c69360d9936.zip
Switch to using virNetServer APIs for monitor socket
In preparation for introducing a full RPC protocol for libvirt_lxc, switch over to using the virNetServer APIs for the monitor connection Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eeeda1c90..6c3eaa75c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1523,6 +1523,8 @@ libvirt_lxc_SOURCES = \
libvirt_lxc_LDFLAGS = $(WARN_CFLAGS) $(AM_LDFLAGS)
libvirt_lxc_LDADD = \
$(NUMACTL_LIBS) \
+ libvirt-net-rpc-server.la \
+ libvirt-net-rpc.la \
libvirt_driver_security.la \
libvirt_conf.la \
libvirt_util.la \