diff options
author | Ira Cooper <ira@samba.org> | 2014-07-17 18:04:35 -0400 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2014-08-09 18:26:16 +0200 |
commit | f46b79bdb8824c7c95dee0a282b2c852091bcfce (patch) | |
tree | a6c9d893923f8d7b5a83c1e8585a30b6b969a85a /wscript_build | |
parent | cdbcb7bb4b2363d459e0228f8a7a5457a736b007 (diff) | |
download | samba-f46b79bdb8824c7c95dee0a282b2c852091bcfce.tar.gz |
third_party/iniparser: Initial support for iniparser.
This is the initial support for iniparser, as well the basic
third_party framework.
Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build index 59ba354d48c..c2956ea5ed8 100644 --- a/wscript_build +++ b/wscript_build @@ -71,8 +71,9 @@ bld.RECURSE('source4/lib/cmdline') bld.RECURSE('lib/socket_wrapper') bld.RECURSE('lib/nss_wrapper') bld.RECURSE('lib/uid_wrapper') +if bld.CHECK_FOR_THIRD_PARTY(): + bld.RECURSE('third_party/iniparser/src') bld.RECURSE('lib/popt') -bld.RECURSE('lib/iniparser/src') bld.RECURSE('source4/lib/stream') bld.RECURSE('lib/afs') bld.RECURSE('lib/util') |