1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>

Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Sep 25 00:51:31 CEST 2013 on sn-devel-104
This commit is contained in:
Michael Adam
2013-09-24 20:07:06 +02:00
parent 41d818e8d8
commit 58cb40d50b

View File

@ -59,8 +59,7 @@ names = [
bld.SAMBA_SUBSYSTEM('LIBNETAPI_EXAMPLES_COMMON',
source='common.c',
deps='netapi popt',
vars=locals())
deps='netapi popt')
for pattern in names:
(subdir, name) = pattern