mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
s4:rpc_server: remove dcerpc_remote dependency from dcerpc_server
dcerpc_remote is just an implementation and does not belong to the core dcerpc server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0b972ec694
commit
f17cd47802
@ -24,7 +24,7 @@ bld.SAMBA_SUBSYSTEM('DCERPC_COMMON',
|
||||
bld.SAMBA_LIBRARY('dcerpc_server',
|
||||
source='dcerpc_server.c dcesrv_mgmt.c handles.c',
|
||||
pc_files='dcerpc_server.pc',
|
||||
deps='LIBCLI_AUTH ndr samba_server_gensec dcerpc_remote service auth',
|
||||
deps='LIBCLI_AUTH ndr samba_server_gensec service auth',
|
||||
public_deps='dcerpc',
|
||||
autoproto='dcerpc_server_proto.h',
|
||||
public_headers='dcerpc_server.h',
|
||||
|
Loading…
x
Reference in New Issue
Block a user