summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2006-04-25 11:36:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:23 -0500
commit1e8e6aeb6fed306be4196daca19af284a7fef3cf (patch)
tree2a7619b28ebc8d4580650cd9c4aad660b8cd37d1 /source4/ntvfs/config.mk
parent5c818491fc910ae57693ead4e511746f40befa1f (diff)
downloadsamba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.tar.gz
samba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.tar.bz2
samba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.zip
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).
(This used to be commit f054e1a9e6101f22559f5c4a546b537531b60f94)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk14
1 files changed, 13 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index e17f649abb..ac96164347 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -25,7 +25,19 @@ PRIVATE_PROTO_HEADER = simple/proto.h
OBJ_FILES = \
simple/vfs_simple.o \
simple/svfs_util.o
-# End MODULE ntvfs_cifs
+# End MODULE ntvfs_simple
+################################################
+
+################################################
+# Start MODULE ntvfs_cifs_posix_cli
+[MODULE::ntvfs_cifs_posix]
+INIT_FUNCTION = ntvfs_cifs_posix_init
+SUBSYSTEM = ntvfs
+PRIVATE_PROTO_HEADER = cifs_posix_cli/proto.h
+OBJ_FILES = \
+ cifs_posix_cli/vfs_simple.o \
+ cifs_posix_cli/svfs_util.o
+# End MODULE ntvfs_cifs_posix_cli
################################################
################################################