diff options
author | Günther Deschner <gd@samba.org> | 2011-03-02 16:06:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 64421129b672d0ce55c5aa235e5038dd2ea1b32b (patch) | |
tree | b181fa710b7cf2317d4d07cf83df301ac2783570 /source3/wscript_build | |
parent | f4868ab6467ad7e6fae78bd14b83aeae68026769 (diff) | |
download | samba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.tar.gz samba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.tar.bz2 samba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.zip |
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3e71e94c43..76abe0b9bb 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -773,7 +773,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_LIBRARY('samba3core', source=LIB_SRC, - deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 samba-util3 CHARSET3 UTIL_TDB SAMBA_VERSION krb5 flag_mapping util_reg', + deps='LIBCRYPTO ndr ndr-util security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 samba-util3 CHARSET3 UTIL_TDB UTIL_PW SAMBA_VERSION krb5 flag_mapping util_reg', private_library=True, vars=locals()) |