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 /source3 | |
parent | 67adda0d69558c0bd2236478c8c4d2c76417dc4b (diff) | |
download | samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.tar.gz samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.tar.bz2 samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.zip |
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 'source3')
-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 5e85b790cb..ad19c3390f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1527,7 +1527,7 @@ bld.SAMBA3_BINARY('ntlm_auth' + bld.env.suffix3, deps=''' talloc krb5samba - LIBINIPARSER + iniparser libsmb popt_samba3 LIBNTLMSSP gse gensec''', |