]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: libcli/http does not need samba3core, only gensec
authorVolker Lendecke <vl@samba.org>
Fri, 6 Dec 2019 12:16:44 +0000 (13:16 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 8 Dec 2019 20:24:31 +0000 (20:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/http/wscript_build

index 4ef1574bc674c350a45bb3a981247e43a94f0cbb..da8768ffa06beebb021969601526f557546e038b 100644 (file)
@@ -2,7 +2,7 @@
 
 bld.SAMBA_LIBRARY('http',
        source='http.c http_auth.c http_conn.c',
-       deps='talloc tevent samba3core dns_lookup',
+       deps='talloc tevent gensec dns_lookup',
        private_library=True,
 )