diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-15 12:34:28 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-15 11:10:14 +0200 |
commit | 9afd4be688429d7bb344087cb3eda876f18e19f9 (patch) | |
tree | 3f3fd51295686364dbfba5f99c94f2daa1f78548 /wscript_build | |
parent | 8e31d97c8b62d34aff5d52bfe46dbcc5805dae03 (diff) | |
download | samba-9afd4be688429d7bb344087cb3eda876f18e19f9.tar.gz samba-9afd4be688429d7bb344087cb3eda876f18e19f9.tar.bz2 samba-9afd4be688429d7bb344087cb3eda876f18e19f9.zip |
s3-build: Do not write loadparm generated files into the build tree
We need to keep these files away from where waf might see them.
Andrew Bartlett
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rwxr-xr-x | wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build index 508de7056a..d4959f32f8 100755 --- a/wscript_build +++ b/wscript_build @@ -20,7 +20,7 @@ bld.env.build_public_headers = 'include/public' # these are includes which appear in public headers, but with #ifdef conditional # compilation, so they are safe -bld.env.public_headers_skip = ['param/param_proto.h'] +bld.env.public_headers_skip = ['lib/param/param_proto.h'] samba_version.load_version(bld.env, is_install=bld.is_install) bld.SAMBA_MKVERSION('version.h') |