aboutsummaryrefslogtreecommitdiff
path: root/contrib/libvhost-user/Makefile.objs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-08-17 20:55:14 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-10-10 23:31:09 +0200
commit8bb7ddb78a1c68f2408a66a61c748330903fd5f2 (patch)
treeaa923eb191450bf1117ed15b7fca90cf2434878b /contrib/libvhost-user/Makefile.objs
parent422a26872e4c14292ad2adc1411d6eb2032255e9 (diff)
libvhost-user: add glib source helper
This file implements a bridge from the vu_init API of libvhost-user to GSource, so that libvhost-user can be used inside a GLib main loop. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'contrib/libvhost-user/Makefile.objs')
-rw-r--r--contrib/libvhost-user/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libvhost-user/Makefile.objs b/contrib/libvhost-user/Makefile.objs
index cef1ad6e31..ef3778edd4 100644
--- a/contrib/libvhost-user/Makefile.objs
+++ b/contrib/libvhost-user/Makefile.objs
@@ -1 +1 @@
-libvhost-user-obj-y = libvhost-user.o
+libvhost-user-obj-y += libvhost-user.o libvhost-user-glib.o