s3-waf: Link libcli_lsa3 only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Mon, 23 Jan 2012 13:46:31 +0000 (14:46 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:27 +0000 (11:58 +0100)
source3/wscript_build

index 96a5ce3fcfa003d5681799d3a2ce56fc735b81ed..df29e0305e39450700b4de048f659eafa1d8a9c8 100755 (executable)
@@ -1152,7 +1152,7 @@ bld.SAMBA3_SUBSYSTEM('LIBCLI_SAMR',
 
 bld.SAMBA3_LIBRARY('libcli_lsa3',
                    source=LIBCLI_LSA_SRC,
-                   deps='RPC_NDR_LSA INIT_LSA UTIL_LSARPC', 
+                   deps='RPC_NDR_LSA INIT_LSA',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('libcli_netlogon3',