lib: Reduce deps for "smb_transport"
authorVolker Lendecke <vl@samba.org>
Tue, 16 Sep 2014 21:11:27 +0000 (23:11 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 18 Sep 2014 18:36:11 +0000 (20:36 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
libcli/smb/wscript

index 17efc97b477db7df7ebf33c55a55f24137035bb0..e6556cecb72b05b2f59967463ee37d10525cb1fa 100755 (executable)
@@ -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