1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

build: libcli/http does not need samba3core, only gensec

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-12-06 13:16:44 +01:00 committed by Jeremy Allison
parent 42035d1159
commit 2f2961a117

View 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,
)