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 | |
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 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ def configure(conf): conf.RECURSE('lib/socket_wrapper') conf.RECURSE('lib/uid_wrapper') conf.RECURSE('lib/popt') + conf.RECURSE('lib/iniparser/src') conf.RECURSE('lib/subunit/c') conf.RECURSE('libcli/smbreadline') conf.RECURSE('lib/crypto') |