s3-waf: Link sharesec only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 15:08:59 +0000 (16:08 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:29 +0000 (11:58 +0100)
source3/wscript_build

index 0ef0b8091cb95b2aceb787d7e593ae8a87616d43..5fbe97fe6d4b868b286792f7409289740a4ba7f7 100755 (executable)
@@ -1536,7 +1536,9 @@ bld.SAMBA3_BINARY('eventlogadm',
 
 bld.SAMBA3_BINARY('sharesec',
                  source=SHARESEC_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3''',
+                 deps='''
+                 talloc
+                 popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('locktest' + bld.env.suffix3,