]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link smbcacls only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 14:57:15 +0000 (15:57 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index 643fcfaf8009eb0467b9c060fcd0027ad82f9c94..b7376afcd61324b3071809d0801155ddcc8a5cad 100755 (executable)
@@ -1509,9 +1509,11 @@ bld.SAMBA3_BINARY('msgtest',
 
 bld.SAMBA3_BINARY('smbcacls',
                  source=SMBCACLS_SRC,
-                 deps='''talloc tdb_compat cap wbclient param libsmb KRBCLIENT
-                 smbd_shim pdb popt_samba3 ndr-standard
-                 msrpc3 libcli_lsa3''',
+                 deps='''
+                 talloc
+                 popt_samba3
+                 msrpc3
+                 libcli_lsa3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbcquotas',