From b1de1abf7bf3de70faa279bd0617f48434d550e2 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Wed, 15 Jan 2014 17:39:48 +1300 Subject: param: use generate_param.py to generate param_global.h Pair-programmed-with: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Michael Adam --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 61e7935c98b..9b6111930d0 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -190,7 +190,7 @@ bld.SAMBA3_SUBSYSTEM('param', lib/sharesec.c lib/ldap_debug_handler.c lib/util_names.c''', - deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h s3_param_global_h cups''') + deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param_global.h cups''') # this includes only the low level parse code, not stuff # that requires knowledge of security contexts -- cgit