s3-waf: Link smbspool only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 11:51:31 +0000 (12:51 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index 4ccffe801a340dce4f3af81b214491652a55e1d6..5c9cc313d89d42283a1eaf7ffca24c5160a7bc95 100755 (executable)
@@ -1375,8 +1375,13 @@ bld.SAMBA3_BINARY('profiles',
 
 bld.SAMBA3_BINARY('smbspool',
                  source=CUPS_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient popt_samba3 param libsmb smbd_shim samba3core
-                 KRBCLIENT asn1util LIBTSOCKET NDR_SAMR NDR_LSA''',
+                 deps='''
+                 talloc
+                 tevent
+                 popt_samba3
+                 param
+                 libsmb
+                 samba3core''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('testparm',