diff options
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/config.mk | 2 | ||||
-rw-r--r-- | source4/ntvfs/config.mk | 6 | ||||
-rw-r--r-- | source4/ntvfs/posix/config.mk | 2 | ||||
-rw-r--r-- | source4/ntvfs/sysdep/config.mk | 2 | ||||
-rw-r--r-- | source4/ntvfs/unixuid/config.mk | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk index 5b2c8ddba7..feb3613f78 100644 --- a/source4/ntvfs/common/config.mk +++ b/source4/ntvfs/common/config.mk @@ -7,6 +7,6 @@ OBJ_FILES = \ brlock.o \ opendb.o \ notify.o -REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY sys_notify +PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify # End LIBRARY ntvfs_common ################################################ 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 ################################################ diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index b9724cb9f2..b3c6a54904 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -32,6 +32,6 @@ OBJ_FILES = \ pvfs_notify.o \ xattr_system.o \ xattr_tdb.o -REQUIRED_SUBSYSTEMS = NDR_XATTR EXT_LIB_XATTR EXT_LIB_BLKID ntvfs_common +PUBLIC_DEPENDENCIES = NDR_XATTR EXT_LIB_XATTR EXT_LIB_BLKID ntvfs_common # End MODULE ntvfs_posix ################################################ diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk index 91d739f7b7..dee198c9da 100644 --- a/source4/ntvfs/sysdep/config.mk +++ b/source4/ntvfs/sysdep/config.mk @@ -13,6 +13,6 @@ OBJ_FILES = \ [SUBSYSTEM::sys_notify] OBJ_FILES = \ sys_notify.o -REQUIRED_SUBSYSTEMS = +PUBLIC_DEPENDENCIES = # End SUBSYSTEM sys_notify ################################################ diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk index f8af68eb9b..a26f96ffad 100644 --- a/source4/ntvfs/unixuid/config.mk +++ b/source4/ntvfs/unixuid/config.mk @@ -5,6 +5,6 @@ INIT_FUNCTION = ntvfs_unixuid_init SUBSYSTEM = ntvfs OBJ_FILES = \ vfs_unixuid.o -REQUIRED_SUBSYSTEMS = SAMDB +PUBLIC_DEPENDENCIES = SAMDB # End MODULE ntvfs_unixuid ################################################ |