diff options
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9488e23728..ed3646488e 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -134,6 +134,10 @@ LIBCLI_NETLOGON_SRC = ''' librpc/gen_ndr/ndr_netlogon_c.c rpc_client/cli_netlogon.c''' +LIBCLI_EPMAPPER_SRC = ''' + librpc/gen_ndr/cli_epmapper.c + librpc/gen_ndr/ndr_epmapper_c.c''' + LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ${LIBNDR_GEN_SRC0} ../librpc/gen_ndr/ndr_dfs.c @@ -355,12 +359,8 @@ LIBMSRPC_SRC = ''' rpc_client/init_samr.c ../librpc/rpc/binding.c''' -DCERPC_CLIENT_GEN_SRC = ''' - ../librpc/gen_ndr/ndr_epmapper_c.c''' - LIBMSRPC_GEN_SRC = ''' - ../librpc/gen_ndr/cli_epmapper.c - ${DCERPC_CLIENT_GEN_SRC} + ${LIBCLI_EPMAPPER_SRC} ../librpc/rpc/dcerpc_util.c librpc/rpc/dcerpc_helpers.c ../librpc/rpc/binding_handle.c |