diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 09:12:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 20:24:21 +0200 |
commit | 1df37ec821564ca15acc6ad140d848fb66998f28 (patch) | |
tree | d57b065b80129491b64bed280c5dea17ff090622 /source3 | |
parent | bb1f91d059803e1f34672452db9c2de99626d868 (diff) | |
download | samba-1df37ec821564ca15acc6ad140d848fb66998f28.tar.gz samba-1df37ec821564ca15acc6ad140d848fb66998f28.tar.bz2 samba-1df37ec821564ca15acc6ad140d848fb66998f28.zip |
build: list source of binary smbd/smbd diectly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 9 |
1 files changed, 2 insertions, 7 deletions
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 |