diff options
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9620c4368d..6c48c1c374 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -95,6 +95,10 @@ LIBCLI_DFS_SRC = ''' librpc/gen_ndr/cli_dfs.c librpc/gen_ndr/ndr_dfs_c.c''' +LIBCLI_ECHO_SRC = ''' + librpc/gen_ndr/cli_echo.c + librpc/gen_ndr/ndr_echo_c.c''' + LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ${LIBNDR_GEN_SRC0} ../librpc/gen_ndr/ndr_dfs.c @@ -319,7 +323,6 @@ LIBMSRPC_SRC = '''rpc_client/cli_lsarpc.c rpc_client/cli_samr.c DCERPC_CLIENT_GEN_SRC = ''' ../librpc/gen_ndr/ndr_lsa_c.c - ../librpc/gen_ndr/ndr_echo_c.c ../librpc/gen_ndr/ndr_srvsvc_c.c ../librpc/gen_ndr/ndr_svcctl_c.c ../librpc/gen_ndr/ndr_initshutdown_c.c @@ -330,7 +333,6 @@ DCERPC_CLIENT_GEN_SRC = ''' ../librpc/gen_ndr/ndr_epmapper_c.c''' LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c - ../librpc/gen_ndr/cli_echo.c ../librpc/gen_ndr/cli_srvsvc.c ../librpc/gen_ndr/cli_svcctl.c ../librpc/gen_ndr/cli_initshutdown.c |