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

index 1af42fa99797ea3a0dbe4178382b64f78e80f476..e2cfc14aa2bfb2a00e90c2abb83c598816d75cc3 100755 (executable)
@@ -1625,7 +1625,10 @@ bld.SAMBA3_BINARY('rpc_open_tcp',
 
 bld.SAMBA3_BINARY('test_lp_load',
                  source=TEST_LP_LOAD_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param  smbd_shim popt_samba3 LIBNTLMSSP''',
+                 deps='''
+                 talloc
+                 param
+                 popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('dbwrap_tool',