diff options
author | Günther Deschner <gd@samba.org> | 2010-09-23 01:51:53 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 08:07:11 -0700 |
commit | e8df0db8c4c2304a8528cd84f6871509321b706a (patch) | |
tree | 0e3ab5fd16c501ddc9edcd9b0d1be0107861f23f | |
parent | 494dc5565bf3b76c4acb7afb37dda9a4bae51889 (diff) | |
download | samba-e8df0db8c4c2304a8528cd84f6871509321b706a.tar.gz samba-e8df0db8c4c2304a8528cd84f6871509321b706a.tar.bz2 samba-e8df0db8c4c2304a8528cd84f6871509321b706a.zip |
s3-waf: move epmapper client to LIBMSRPC.
Guenther
-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 |