summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-20 11:04:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:15 -0500
commit344cde462e460c5a6effa6651e039d6384681eea (patch)
tree3bc4572a3292b1ff62275249f86e7fd3e7424f2b /source4/ntvfs
parent1c8b46bb7236edac23de83d1d8de7244e4044a81 (diff)
downloadsamba-344cde462e460c5a6effa6651e039d6384681eea.tar.gz
samba-344cde462e460c5a6effa6651e039d6384681eea.tar.bz2
samba-344cde462e460c5a6effa6651e039d6384681eea.zip
r22406: this dependencies should also be private
metze (This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/config.mk4
-rw-r--r--source4/ntvfs/posix/config.mk2
-rw-r--r--source4/ntvfs/unixuid/config.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 8dd71ed56f..b1aada7b31 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
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
LIBCLI_SMB LIBCLI_RAW
# End MODULE ntvfs_cifs
################################################
@@ -61,7 +61,7 @@ OBJ_FILES = \
ipc/vfs_ipc.o \
ipc/ipc_rap.o \
ipc/rap_server.o
-PUBLIC_DEPENDENCIES = dcerpc_server DCERPC_COMMON
+PRIVATE_DEPENDENCIES = dcerpc_server DCERPC_COMMON
# End MODULE ntvfs_ipc
################################################
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk
index 91dc7bd9e5..6588be11ae 100644
--- a/source4/ntvfs/posix/config.mk
+++ b/source4/ntvfs/posix/config.mk
@@ -63,6 +63,6 @@ OBJ_FILES = \
xattr_system.o \
xattr_tdb.o
#PRIVATE_DEPENDENCIES = pvfs_acl_xattr pvfs_acl_nfs4
-PUBLIC_DEPENDENCIES = NDR_XATTR WRAP_XATTR BLKID ntvfs_common MESSAGING pvfs_aio
+PRIVATE_DEPENDENCIES = NDR_XATTR WRAP_XATTR BLKID ntvfs_common MESSAGING pvfs_aio
# End MODULE ntvfs_posix
################################################
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk
index a26f96ffad..d078e9f5c6 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
-PUBLIC_DEPENDENCIES = SAMDB
+PRIVATE_DEPENDENCIES = SAMDB
# End MODULE ntvfs_unixuid
################################################