diff options
author | Volker Lendecke <vl@samba.org> | 2014-09-16 23:11:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2014-09-18 20:36:11 +0200 |
commit | 6a1c51ee80cb1920248d72dfc79130cb114adad3 (patch) | |
tree | c9fa29f0df425157f6d2405b0b84a8219b7fe881 /libcli/smb | |
parent | 32d190a0209fb3202c71afb193b38f573b545276 (diff) | |
download | samba-6a1c51ee80cb1920248d72dfc79130cb114adad3.tar.gz samba-6a1c51ee80cb1920248d72dfc79130cb114adad3.tar.xz samba-6a1c51ee80cb1920248d72dfc79130cb114adad3.zip |
lib: Reduce deps for "smb_transport"
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'libcli/smb')
-rwxr-xr-x | libcli/smb/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/smb/wscript b/libcli/smb/wscript index 17efc97b47..e6556cecb7 100755 --- a/libcli/smb/wscript +++ b/libcli/smb/wscript @@ -6,8 +6,8 @@ def build(bld): source=''' read_smb.c ''', - deps='errors LIBASYNC_REQ', - public_deps='talloc tevent samba-util', + deps='LIBASYNC_REQ', + public_deps='talloc tevent', private_library=True, public_headers=''' read_smb.h |