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

index 11f2e2cd1dc454ed1a31e1f8d26efab25281f1ed..4ccffe801a340dce4f3af81b214491652a55e1d6 100755 (executable)
@@ -1366,7 +1366,11 @@ bld.SAMBA3_BINARY('net',
 
 bld.SAMBA3_BINARY('profiles',
                  source=PROFILES_SRC,
-                 deps='''talloc tdb_compat cap tevent popt_samba3 param samba3core smbd_shim REGFIO''',
+                 deps='''
+                 talloc
+                 popt_samba3
+                 param
+                 REGFIO''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('smbspool',