summaryrefslogtreecommitdiff
path: root/libcli/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-04-02 13:41:21 +0200
committerJeremy Allison <jra@samba.org>2021-04-06 23:33:14 +0000
commit4d3b6506d30e4bf302f832493dad00a83b73d370 (patch)
tree2a2469547ad93cfc56edf71db89b5bdda00570e4 /libcli/auth
parent8945d99758d8bedd374f1c51304b87a6cf10498c (diff)
downloadsamba-4d3b6506d30e4bf302f832493dad00a83b73d370.tar.gz
librpc: Remove the gensec dependency from library dcerpc-binding
This means yet another library, but having to depend on gensec just for dcerpc_parse_binding() and basic packet parsing seems like a bit overkill to me. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Apr 6 23:33:14 UTC 2021 on sn-devel-184
Diffstat (limited to 'libcli/auth')
-rw-r--r--libcli/auth/wscript_build10
1 files changed, 9 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index 2a6a7468e45..24ab68fac1e 100644
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -30,7 +30,15 @@ bld.SAMBA_SUBSYSTEM('COMMON_SCHANNEL',
bld.SAMBA_SUBSYSTEM('NETLOGON_CREDS_CLI',
source='netlogon_creds_cli.c',
- deps='dbwrap util_tdb tevent-util samba-hostconfig RPC_NDR_NETLOGON NDR_NETLOGON'
+ deps='''
+ dbwrap
+ util_tdb
+ tevent-util
+ samba-hostconfig
+ gensec
+ RPC_NDR_NETLOGON
+ NDR_NETLOGON
+ '''
)
bld.SAMBA_SUBSYSTEM('PAM_ERRORS',