# HG changeset patch
# User john.levon(a)sun.com
# 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 <john.levon(a)sun.com>
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