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

index 5d4351e82f191061fb3ea5db32525077ad41df9a..e65e10bd38ffe15412973a274961224c8c36daa7 100755 (executable)
@@ -1654,7 +1654,9 @@ bld.SAMBA3_BINARY('split_tokens',
 
 bld.SAMBA3_BINARY('vlp',
                  source=VLP_SRC,
-                 deps='''talloc tdb_compat PARAM_UTIL UTIL_TDB samba3core param''',
+                 deps='''
+                 talloc
+                 param''',
                  vars=locals())
 
 swat_dir = os.path.join(bld.curdir, '../swat')