s4:rpc_server: let test_rpc_dns_server_dnsutils depend on dcerpc_server
authorStefan Metzmacher <metze@samba.org>
Thu, 29 Nov 2018 15:48:42 +0000 (16:48 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 12 Jan 2019 02:13:32 +0000 (03:13 +0100)
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>
source4/rpc_server/wscript_build

index aee880f0224bdb71bb027605d8b24ac905aa4286..57fd5c45a495f6b48e96457ecf6a5149ec59e7e0 100644 (file)
@@ -182,7 +182,7 @@ if bld.CONFIG_GET('ENABLE_SELFTEST'):
         source='tests/rpc_dns_server_dnsutils_test.c',
         deps='''
             dnsserver_common
-            DCERPC_COMMON
+            dcerpc_server
             cmocka
             talloc
         ''',