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

index 34e3bf583bf8f5cfa57d994256f5c4f22831618d..60df5af48577ebdd22c76d9877103c2661eee0ed 100755 (executable)
@@ -1595,7 +1595,9 @@ bld.SAMBA3_BINARY('smbfilter',
 
 bld.SAMBA3_BINARY('versiontest',
                  source='lib/version_test.c',
-                 deps='SAMBA_VERSION samba3core param',
+                 deps='''
+                 SAMBA_VERSION
+                 param''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('ntlm_auth' + bld.env.suffix3,