diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 11:04:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:15 -0500 |
commit | 344cde462e460c5a6effa6651e039d6384681eea (patch) | |
tree | 3bc4572a3292b1ff62275249f86e7fd3e7424f2b /source4/ntvfs/unixuid | |
parent | 1c8b46bb7236edac23de83d1d8de7244e4044a81 (diff) | |
download | samba-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/unixuid')
-rw-r--r-- | source4/ntvfs/unixuid/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ################################################ |