diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 14:25:14 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 679eba61ea5f52b6a8a31cac472ef575af5c03f8 (patch) | |
tree | 096f46e5a6baa8535d92bb192ec4486dcf700bcc /source4/libcli | |
parent | f5251c064ee0d1127b59de47ae82f59bcb5483dd (diff) | |
download | samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.gz samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.bz2 samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.zip |
s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index be2cd65828..01bd64cfc9 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -86,8 +86,8 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB', bld.SAMBA_SUBSYSTEM('LIBCLI_RAW', source='raw/rawfile.c raw/smb_signing.c raw/clisocket.c raw/clitransport.c raw/clisession.c raw/clitree.c raw/clierror.c raw/rawrequest.c raw/rawreadwrite.c raw/rawsearch.c raw/rawsetfileinfo.c raw/raweas.c raw/rawtrans.c raw/clioplock.c raw/rawnegotiate.c raw/rawfsinfo.c raw/rawfileinfo.c raw/rawnotify.c raw/rawioctl.c raw/rawacl.c raw/rawdate.c raw/rawlpq.c raw/rawshadow.c', autoproto='raw/raw_proto.h', - public_deps='samba_socket LIBPACKET gensec LIBCRYPTO CREDENTIALS LIBCLI_SMB_COMMON', - deps='LIBCLI_COMPOSITE LP_RESOLVE gensec LIBCLI_RESOLVE security ndr' + public_deps='samba_socket LIBPACKET LIBCRYPTO', + deps='LIBCLI_COMPOSITE LIBCLI_RESOLVE security ndr samba-util errors CHARSET talloc LIBCLI_SMB_COMPOSITE tevent NDR_NBT_BUF LIBCLI_SMB_COMMON' ) bld.RECURSE('smb2') |