# HG changeset patch
# User [email protected]
# Date 1229369745 28800
# Node ID 56d77e29bf90057791feebfa47506fc0933cd690
# Parent  ce24d41d372948cd5440cf17bdb58ce33faffa84
Allow storage FS backend to be disabled

It's Linux-specific, and it should be possible to disable it

Signed-off-by: John Levon <[email protected]>

diff --git a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -326,6 +326,9 @@ libvirt_driver_storage_la_LDFLAGS = -mod
 libvirt_driver_storage_la_LDFLAGS = -module -avoid-version
 endif
 libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_SOURCES)
+endif
+
+if WITH_STORAGE_FS
 libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_FS_SOURCES)
 endif
 

--
Libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to