From 1df37ec821564ca15acc6ad140d848fb66998f28 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 09:12:21 +0200 Subject: build: list source of binary smbd/smbd diectly in def, remove vars=locals() Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index a39a11dd5f..ca2ca03c92 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,10 +3,6 @@ from samba_utils import * import samba_version, samba3 -SMBD_SRC_MAIN = '''smbd/server.c''' - - - PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c printing/print_cups.c printing/print_generic.c printing/lpq_parse.c printing/load.c printing/print_standard.c @@ -993,10 +989,9 @@ bld.SAMBA3_SUBSYSTEM('INIT_SAMR', ########################## BINARIES ################################# bld.SAMBA3_BINARY('smbd/smbd', - source='${SMBD_SRC_MAIN}', + source='smbd/server.c', deps='smbd_base EPMD LSASD', - install_path='${SBINDIR}', - vars=locals()) + install_path='${SBINDIR}') bld.SAMBA3_BINARY('nmbd/nmbd', source='''nmbd/asyncdns.c nmbd/nmbd.c nmbd/nmbd_become_dmb.c -- cgit