diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-20 15:53:00 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | 0f4031e52fbb983ae4c09230382a65e5b363ec41 (patch) | |
tree | 6686c0e2e1cd04a649642e350373f4eb2d35e13a /source3 | |
parent | 72e3252902024a85f6bfc6d7ab4595f8691c6dc3 (diff) | |
download | samba-0f4031e52fbb983ae4c09230382a65e5b363ec41.tar.gz samba-0f4031e52fbb983ae4c09230382a65e5b363ec41.tar.bz2 samba-0f4031e52fbb983ae4c09230382a65e5b363ec41.zip |
s3-waf: Link LIBNET only against needed subsystems.
Diffstat (limited to 'source3')
-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 38f52449ac..8a97c7cd2b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1026,7 +1026,7 @@ bld.SAMBA3_SUBSYSTEM('FNAME_UTIL', bld.SAMBA3_SUBSYSTEM('LIBNET', source=LIBNET_SRC, - deps='NDR_LIBNET_JOIN KRB5_WRAP net_keytab', + deps='NDR_LIBNET_JOIN net_keytab', vars=locals()) bld.SAMBA3_LIBRARY('net_keytab', |