1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s4: Rename UID_WRAPPER to uid_wrapper.

Only link to uid_wrapper when it is enabled.
This commit is contained in:
Jelmer Vernooij
2010-10-23 23:59:43 +02:00
parent 7b8549348a
commit 9757a0c54c
7 changed files with 12 additions and 12 deletions

View File

@ -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'
)