From: Jiri Denemark Date: Thu, 16 May 2013 20:56:56 +0000 (+0200) Subject: Fix build with VirtualBox X-Git-Tag: v1.0.6-rc1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4734f1f53be88732202ed05c2a5a4cb5747ef995;p=thirdparty%2Flibvirt.git Fix build with VirtualBox Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt daemon's Makefile.am. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index f48dc85121..d064ebde62 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -155,6 +155,10 @@ if WITH_UML libvirtd_LDADD += ../src/libvirt_driver_uml.la endif +if WITH_VBOX + libvirtd_LDADD += ../src/libvirt_driver_vbox.la +endif + if WITH_STORAGE libvirtd_LDADD += ../src/libvirt_driver_storage.la endif