diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 22:08:37 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 16:19:10 +0200 |
commit | e17ab202272ce7425858ea034eee461d12a24dd0 (patch) | |
tree | 6065900f9841a0886744707371d414eab146a7dc /source3/wscript_build | |
parent | ff94539f276bdef73bd12c67bff1f34e697ccbfc (diff) | |
download | samba-e17ab202272ce7425858ea034eee461d12a24dd0.tar.gz samba-e17ab202272ce7425858ea034eee461d12a24dd0.tar.bz2 samba-e17ab202272ce7425858ea034eee461d12a24dd0.zip |
s3-build add tevent depencency on libsmb
This may assist the build on FreeBSD 8.2
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jul 4 16:19:10 CEST 2011 on sn-devel-104
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 2b4373d511..5972196e70 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -819,7 +819,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', bld.SAMBA3_LIBRARY('libsmb', source=LIBSMB_SRC, - deps='LIBNTLMSSP CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT LIBCLI_SMB_COMMON util_cmdline', + deps='LIBNTLMSSP CLDAP LIBNMB LIBNBT LIBDRSUAPI SPNEGO_PARSE LIBTSOCKET KRBCLIENT LIBCLI_SMB_COMMON util_cmdline tevent', vars=locals(), private_library=True) |