s3-waf: Reduce libsmbclient dependencies.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 16:48:02 +0000 (17:48 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:29 +0000 (11:58 +0100)
source3/wscript_build

index 090fee920c1ed7937dc127a463191032033ee7d1..fb4b2b0dfed042229f42ea299dae7ea79aa31a4c 100755 (executable)
@@ -661,8 +661,14 @@ bld.SAMBA3_LIBRARY('netapi',
 
 bld.SAMBA3_LIBRARY('smbclient',
                     source=LIBSMBCLIENT_SRC,
-                    public_deps='''talloc tdb_compat param libsmb KRBCLIENT pdb
-                    ndr-standard msrpc3 libcli_lsa3 RPC_NDR_SRVSVC popt_samba3''',
+                    public_deps='''
+                    talloc
+                    param
+                    libsmb
+                    KRBCLIENT
+                    msrpc3
+                    libcli_lsa3
+                    ''',
                     public_headers='include/libsmbclient.h',
                     abi_directory='libsmb/ABI',
                     abi_match='smbc_*',