summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-23 09:41:22 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 20:25:22 +0200
commitf95e31f3455340c0bcc6583c6b88b282d0d996f5 (patch)
treeeddb040876307f0cf97f33904b089e10a20df9a0 /source3/wscript_build
parent69cfe18823753915a93088ea8a190ac05994a943 (diff)
downloadsamba-f95e31f3455340c0bcc6583c6b88b282d0d996f5.tar.gz
samba-f95e31f3455340c0bcc6583c6b88b282d0d996f5.tar.bz2
samba-f95e31f3455340c0bcc6583c6b88b282d0d996f5.zip
build: list sources of binary smbconftort directly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build9
1 files changed, 2 insertions, 7 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index c13bc36bbc..f9249c006f 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -3,10 +3,6 @@
from samba_utils import *
import samba_version, samba3
-SMBCONFTORT_SRC0 = 'lib/smbconf/testsuite.c'
-
-SMBCONFTORT_SRC = '''${SMBCONFTORT_SRC0}'''
-
LIBNET_SRC = 'libnet/libnet_join.c'
@@ -1308,13 +1304,12 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
vars=locals())
bld.SAMBA3_BINARY('smbconftort',
- source=SMBCONFTORT_SRC,
+ source='lib/smbconf/testsuite.c',
deps='''
talloc
param
popt_samba3''',
- install=False,
- vars=locals())
+ install=False)
bld.SAMBA3_BINARY('replacetort',
source='../lib/replace/test/main.c',