diff options
author | Andreas Schneider <asn@samba.org> | 2014-12-03 15:44:58 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-12-05 23:32:06 +0100 |
commit | 8bf949f343f8da7431d130395e3ac29e4be39889 (patch) | |
tree | 11cd3e3b86d84780edf578b578409f607197f168 /wscript_build | |
parent | 70bbb1dd3c8d118fd5a2ff01bd4aa4c00d34998e (diff) | |
download | samba-8bf949f343f8da7431d130395e3ac29e4be39889.tar.gz |
lib: Add resolv_wrapper version 1.0.0.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index e74841e96a1..fc4197441f4 100644 --- a/wscript_build +++ b/wscript_build @@ -71,6 +71,7 @@ bld.RECURSE('source4/lib/events') bld.RECURSE('source4/lib/cmdline') bld.RECURSE('source4/lib/http') bld.RECURSE('lib/socket_wrapper') +bld.RECURSE('lib/resolv_wrapper') bld.RECURSE('lib/nss_wrapper') bld.RECURSE('lib/uid_wrapper') if bld.CHECK_FOR_THIRD_PARTY(): |