diff options
author | Ralph Boehme <slow@samba.org> | 2019-04-02 18:34:24 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-08-07 12:54:40 +0000 |
commit | fc0371b932286d4f50f8650b1e7a7132f83e565c (patch) | |
tree | 30906a5fb788949690862faca9c86f156796313d /wscript_build | |
parent | a0065c57601a16011dc1a90688a724ae8acb3377 (diff) | |
download | samba-fc0371b932286d4f50f8650b1e7a7132f83e565c.tar.gz |
s4:lib/http: move to the toplevel
This is going to be used from the s3 RPC server soon...
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@suse.de>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build index ac6c044a605..f9e033c0dab 100644 --- a/wscript_build +++ b/wscript_build @@ -71,7 +71,6 @@ bld.RECURSE('source4/lib/registry') bld.RECURSE('source4/lib/messaging') bld.RECURSE('source4/lib/events') bld.RECURSE('source4/lib/cmdline') -bld.RECURSE('source4/lib/http') if bld.CHECK_FOR_THIRD_PARTY(): bld.RECURSE('third_party') bld.RECURSE('source4/lib/stream') @@ -117,6 +116,7 @@ bld.RECURSE('libcli/echo') bld.RECURSE('libcli/dns') bld.RECURSE('libcli/samsync') bld.RECURSE('libcli/registry') +bld.RECURSE('libcli/http') bld.RECURSE('lib/mscat') bld.RECURSE('source4/lib/policy') bld.RECURSE('libcli/named_pipe_auth') |