summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index d11e2c848d..e17f649abb 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -11,7 +11,7 @@ INIT_FUNCTION = ntvfs_cifs_init
SUBSYSTEM = ntvfs
OBJ_FILES = \
cifs/vfs_cifs.o
-REQUIRED_SUBSYSTEMS = \
+PUBLIC_DEPENDENCIES = \
LIBCLI
# End MODULE ntvfs_cifs
################################################
@@ -48,7 +48,7 @@ OBJ_FILES = \
ipc/vfs_ipc.o \
ipc/ipc_rap.o \
ipc/rap_server.o
-REQUIRED_SUBSYSTEMS = dcerpc_server
+PUBLIC_DEPENDENCIES = dcerpc_server
# End MODULE ntvfs_ipc
################################################
@@ -77,7 +77,7 @@ OBJ_FILES = \
ntvfs_generic.o \
ntvfs_interface.o \
ntvfs_util.o
-REQUIRED_SUBSYSTEMS =
+PUBLIC_DEPENDENCIES =
#
# End SUBSYSTEM NTVFS
################################################