summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-27 12:08:46 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-27 12:08:46 +0000
commitcebe8d8b424f10006f2f791a8f086c6c8a7f5d57 (patch)
treea8e1506a4201e5a73b462566d38f7744538ed4a5 /source/configure.in
parent5306f6f7c88234d51c4ff13d5451d3489de6b00e (diff)
downloadsamba-cebe8d8b424f10006f2f791a8f086c6c8a7f5d57.tar.gz
samba-cebe8d8b424f10006f2f791a8f086c6c8a7f5d57.tar.xz
samba-cebe8d8b424f10006f2f791a8f086c6c8a7f5d57.zip
Use the new modules system in VFS. If a module can't be loaded with the
new modules system, we still fall back to the old system.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 82e4b9a50d0..a299864068e 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3394,6 +3394,13 @@ SMB_MODULE(vfs_fake_perms, \$(VFS_FAKE_PERMS_OBJ), bin/fake_perms.so, VFS)
SMB_MODULE(vfs_netatalk, \$(VFS_NETATALK), bin/netatalk.so, VFS)
SMB_SUBSYSTEM(VFS)
+SMB_MODULE(vfs_recycle, \$(VFS_RECYCLE_OBJ), bin/recycle.so, VFS)
+SMB_MODULE(vfs_audit, \$(VFS_AUDIT_OBJ), bin/audit.so, VFS)
+SMB_MODULE(vfs_extd_audit, \$(VFS_EXTD_AUDIT_OBJ), bin/extd_audit.so, VFS)
+SMB_MODULE(vfs_fake_perms, \$(VFS_FAKE_PERMS_OBJ), bin/fake_perms.so, VFS)
+SMB_MODULE(vfs_netatalk, \$(VFS_NETATALK), bin/netatalk.so, VFS)
+SMB_SUBSYSTEM(VFS)
+
AC_DEFINE_UNQUOTED(STRING_STATIC_MODULES, "$string_static_modules", [String list of builtin modules])
AC_SUBST(MODULES_CLEAN)