Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt
daemon's Makefile.am.
---
Pushed as a build breaker.
daemon/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index f48dc85..d064ebd 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
--
1.8.2.1