On a Thursday in 2020, Pavel Hrdina wrote:
There is no need to have DRIVER_MODULES_LIBS as it's used only
for
libvirt.so. The other places are using DLOPEN_LIBS directly and dlopen
is required if building with libvirtd.
It might be worth noting that it is mandatory since
5aec02dc37623bf739d1edd8f2be3e4ad9f94ff5
make: Drop building without driver modules
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
m4/virt-driver-modules.m4 | 3 ---
src/Makefile.am | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano