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:
@ -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
|
||||
|
Reference in New Issue
Block a user