summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2006-09-15 19:24:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:47 -0500
commitdb0fdcf6ce8b3d02a5f720652f22a2b7167c5e26 (patch)
tree8a183f343f32b91b325ae9bfa6e2a55fe068d570 /source4/ntvfs/config.mk
parent6e3b94d3bcaacba0fed4f977248b0fbe6fcd6812 (diff)
downloadsamba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.tar.gz
samba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.tar.bz2
samba-db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26.zip
r18564: update for cifs unix/posix extensions stub version to build and beginnings of smbtorture test for it
(This used to be commit 57f56957176ca04f3abb579b557aade71f8d361d)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index ce1e37dc54..a985348fdb 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -29,16 +29,16 @@ OBJ_FILES = \
################################################
################################################
-# Start MODULE ntvfs_cifs_posix_cli
-[MODULE::ntvfs_cifs_posix]
-ENABLE = NO
+# Start MODULE ntvfs_cifsposix
+[MODULE::ntvfs_cifsposix]
+#ENABLE = NO
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/vfs_cifs_posix.o \
cifs_posix_cli/svfs_util.o
-# End MODULE ntvfs_cifs_posix_cli
+# End MODULE ntvfs_cifsposix
################################################
################################################