mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix build with VirtualBox
Commit ba5f3c7c
moved vbox driver into libvirtd but forgot to adapt
daemon's Makefile.am.
This commit is contained in:
parent
0471637d56
commit
4734f1f53b
@ -155,6 +155,10 @@ if WITH_UML
|
|||||||
libvirtd_LDADD += ../src/libvirt_driver_uml.la
|
libvirtd_LDADD += ../src/libvirt_driver_uml.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if WITH_VBOX
|
||||||
|
libvirtd_LDADD += ../src/libvirt_driver_vbox.la
|
||||||
|
endif
|
||||||
|
|
||||||
if WITH_STORAGE
|
if WITH_STORAGE
|
||||||
libvirtd_LDADD += ../src/libvirt_driver_storage.la
|
libvirtd_LDADD += ../src/libvirt_driver_storage.la
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user