summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/unixuid
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 23:59:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-23 22:24:06 +0000
commit9757a0c54cc6c8a6a0cb5bdec488316b969adcec (patch)
tree42be5c519060432b475a1073a9273bdc3ed55ecb /source4/ntvfs/unixuid
parent7b8549348a98fbc43917bc56244637e9a8b25c37 (diff)
downloadsamba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.tar.gz
samba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.tar.xz
samba-9757a0c54cc6c8a6a0cb5bdec488316b969adcec.zip
s4: Rename UID_WRAPPER to uid_wrapper.
Only link to uid_wrapper when it is enabled.
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r--source4/ntvfs/unixuid/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build
index 0678dde5d23..cb0ffa247f5 100644
--- a/source4/ntvfs/unixuid/wscript_build
+++ b/source4/ntvfs/unixuid/wscript_build
@@ -4,6 +4,6 @@ bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
- deps='SAMDB NSS_WRAPPER UID_WRAPPER'
+ deps='SAMDB NSS_WRAPPER'
)