summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/config.m4')
-rw-r--r--source4/ntvfs/config.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/config.m4 b/source4/ntvfs/config.m4
index 051a6883e2..dd8e60adde 100644
--- a/source4/ntvfs/config.m4
+++ b/source4/ntvfs/config.m4
@@ -3,6 +3,9 @@ dnl # NTVFS Server subsystem
SMB_INCLUDE_M4(ntvfs/posix/config.m4)
SMB_MODULE_MK(ntvfs_posix, NTVFS, STATIC, ntvfs/posix/config.mk)
+SMB_INCLUDE_M4(ntvfs/unixuid/config.m4)
+SMB_MODULE_MK(ntvfs_unixuid, NTVFS, STATIC, ntvfs/unixuid/config.mk)
+
SMB_MODULE_MK(ntvfs_cifs, NTVFS, STATIC, ntvfs/config.mk)
SMB_MODULE_MK(ntvfs_simple, NTVFS, STATIC, ntvfs/config.mk)