diff options
author | Günther Deschner <gd@samba.org> | 2012-05-09 15:33:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-05-09 17:38:33 +0200 |
commit | 5f05eacd27f0dc512748c14cac5f4d6afb327f99 (patch) | |
tree | a7bbeebddd62a6b57637fe4dc963575a31c23346 /wscript_build | |
parent | 67adda0d69558c0bd2236478c8c4d2c76417dc4b (diff) | |
download | samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.tar.gz |
allow to use system iniparser library.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed May 9 17:38:33 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 ea242d5c812..e35ddaeb9cc 100755 --- a/wscript_build +++ b/wscript_build @@ -48,7 +48,6 @@ bld.RECURSE('source4/libnet') bld.RECURSE('source4/auth') bld.RECURSE('auth') bld.RECURSE('auth/kerberos') -bld.RECURSE('lib/iniparser/src') bld.RECURSE('nsswitch') bld.RECURSE('nsswitch/libwbclient') bld.RECURSE('source4/lib/samba3') @@ -63,6 +62,7 @@ bld.RECURSE('lib/socket_wrapper') bld.RECURSE('lib/nss_wrapper') bld.RECURSE('lib/uid_wrapper') bld.RECURSE('lib/popt') +bld.RECURSE('lib/iniparser/src') bld.RECURSE('source4/lib/stream') bld.RECURSE('lib/util') bld.RECURSE('lib/tdb_wrap') |