From 178024154ce290591451e120ad791961542abe41 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Sep 2013 07:58:32 +0200 Subject: build: list source of subsystem KRBCLIENT directly in defintion, removing vars=locals() Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index a0facaf485..3a1abb93e5 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,8 +3,6 @@ from samba_utils import * import samba_version, samba3 -KRBCLIENT_SRC = '''libads/kerberos.c libads/ads_status.c''' - LIBGPO_SRC0 = '''../libgpo/gpo_ldap.c ../libgpo/gpo_ini.c ../libgpo/gpo_util.c ../libgpo/gpo_fetch.c libgpo/gpo_filesync.c ../libgpo/gpo_sec.c libgpo/gpo_reg.c''' @@ -623,9 +621,8 @@ bld.SAMBA3_LIBRARY('util_cmdline', private_library=True) bld.SAMBA3_SUBSYSTEM('KRBCLIENT', - source=KRBCLIENT_SRC, - public_deps='krb5samba k5crypto gssapi LIBTSOCKET CLDAP LIBNMB', - vars=locals()) + source='libads/kerberos.c libads/ads_status.c', + public_deps='krb5samba k5crypto gssapi LIBTSOCKET CLDAP LIBNMB') bld.SAMBA3_SUBSYSTEM('samba3util', source='''lib/system.c -- cgit