diff options
-rw-r--r-- | source3/wscript_build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 83632cefbb..8d43f4e4c1 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -366,11 +366,10 @@ LIBMSRPC_SRC = ''' ../librpc/rpc/binding.c ../librpc/rpc/dcerpc_util.c librpc/rpc/dcerpc_helpers.c - ../librpc/rpc/binding_handle.c''' + ../librpc/rpc/binding_handle.c + ${LIBCLI_EPMAPPER_SRC}''' -LIBMSRPC_GEN_SRC = ''' - ${LIBCLI_EPMAPPER_SRC} - ${LIBNDR_GEN_SRC}''' +LIBMSRPC_GEN_SRC = '${LIBNDR_GEN_SRC}' # # registry-related objects |