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

index 4a10fb8ca329d9db4087aadedb0247a3548fa3f5..dd578fabc9c42cd48fb63965d1276aa2c1312a5b 100755 (executable)
@@ -1261,10 +1261,20 @@ bld.SAMBA3_BINARY('winbindd/winbindd',
 
 bld.SAMBA3_BINARY('web/swat',
                  source=SWAT_SRC,
-                 deps='''talloc tevent cap samba3core libsmb wbclient param
-                 smbd_shim pdb popt_samba3 KRBCLIENT cups
-                 ndr-standard msrpc3 LOCKING PLAINTEXT_AUTH PRINTBASE PRINTING FNAME_UTIL
-                 LIBCLI_SAMR INIT_LSA PASSCHANGE''',
+                 deps='''
+                 talloc
+                 tevent
+                 samba3core
+                 libsmb
+                 param
+                 pdb
+                 popt_samba3
+                 LOCKING
+                 PLAINTEXT_AUTH
+                 PASSCHANGE
+                 PRINTBASE
+                 PRINTING
+                 cups''',
                  enabled=bld.env.build_swat,
                  install_path='${SBINDIR}',
                  vars=locals())