]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix build with VirtualBox
authorJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 20:56:56 +0000 (22:56 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 16 May 2013 21:01:43 +0000 (23:01 +0200)
Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt
daemon's Makefile.am.

daemon/Makefile.am

index f48dc85121a845e0e6006775acb8f7fdeb5b9146..d064ebde62a85e07e5984e4840f053ae5b34b7d7 100644 (file)
@@ -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