mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
s4:rpc_server: let test_rpc_dns_server_dnsutils depend on dcerpc_server
The core dcerpc server is required here, which also implies DCERPC_COMMON. This is required to move common/reply.c dcesrv_auth.c from DCERPC_COMMON to dcerpc_server in the next commit. 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
f17cd47802
commit
6739d1b8e4
@ -182,7 +182,7 @@ if bld.CONFIG_GET('ENABLE_SELFTEST'):
|
|||||||
source='tests/rpc_dns_server_dnsutils_test.c',
|
source='tests/rpc_dns_server_dnsutils_test.c',
|
||||||
deps='''
|
deps='''
|
||||||
dnsserver_common
|
dnsserver_common
|
||||||
DCERPC_COMMON
|
dcerpc_server
|
||||||
cmocka
|
cmocka
|
||||||
talloc
|
talloc
|
||||||
''',
|
''',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user