summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/unixuid
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/unixuid
parent1c8b46bb7236edac23de83d1d8de7244e4044a81 (diff)
downloadsamba-344cde462e460c5a6effa6651e039d6384681eea.tar.gz
samba-344cde462e460c5a6effa6651e039d6384681eea.tar.xz
samba-344cde462e460c5a6effa6651e039d6384681eea.zip
r22406: this dependencies should also be private
metze (This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r--source4/ntvfs/unixuid/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk
index a26f96ffad1..d078e9f5c64 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
################################################