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:
parent
42035d1159
commit
2f2961a117
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user