aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/Registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/Registry.cxx')
-rw-r--r--src/storage/Registry.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/Registry.cxx b/src/storage/Registry.cxx
index b81349510..b3fdd1642 100644
--- a/src/storage/Registry.cxx
+++ b/src/storage/Registry.cxx
@@ -22,6 +22,7 @@
#include "StoragePlugin.hxx"
#include "plugins/LocalStorage.hxx"
#include "plugins/SmbclientStorage.hxx"
+#include "plugins/NfsStorage.hxx"
#include "util/Error.hxx"
#include <assert.h>
@@ -32,6 +33,9 @@ const StoragePlugin *const storage_plugins[] = {
#ifdef ENABLE_SMBCLIENT
&smbclient_storage_plugin,
#endif
+#ifdef ENABLE_NFS
+ &nfs_storage_plugin,
+#endif
nullptr
};