diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-01-15 17:45:46 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-12 13:17:13 +1300 |
| commit | ac16049f7419b97bcfe91c1312feec38694fffb3 (patch) | |
| tree | 5e46b46eb2102de1f25bcbc727e4fe89c459b7bf /source3/wscript_build | |
| parent | b1de1abf7bf3de70faa279bd0617f48434d550e2 (diff) | |
| download | samba-ac16049f7419b97bcfe91c1312feec38694fffb3.tar.gz samba-ac16049f7419b97bcfe91c1312feec38694fffb3.tar.xz samba-ac16049f7419b97bcfe91c1312feec38694fffb3.zip | |
param: use generate_param.py to generate param_local.h
Pair-programmed-with: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
| -rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9b6111930d..12e473f0f2 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 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 |
