diff options
author | Günther Deschner <gd@samba.org> | 2010-08-13 16:02:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-13 16:04:40 +0200 |
commit | 0f264935e0946f5d369df643028d1cf4b408cf76 (patch) | |
tree | 0ab7adcc679d7a17041c644db9cdffaa581eba09 /source3/wscript_build | |
parent | 734f5819069a5e38226223a45ca6aa59a0523b23 (diff) | |
download | samba-0f264935e0946f5d369df643028d1cf4b408cf76.tar.gz samba-0f264935e0946f5d369df643028d1cf4b408cf76.tar.bz2 samba-0f264935e0946f5d369df643028d1cf4b408cf76.zip |
s3-waf: remove pointless RPC_PARSE_SRC2.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 68875deb47..59d84d7089 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -92,7 +92,7 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c # that requires knowledge of security contexts REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' -RPC_PARSE_SRC2 = '''rpc_client/init_netlogon.c +RPC_PARSE_SRC = '''rpc_client/init_netlogon.c rpc_client/init_lsa.c''' LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}''' @@ -439,8 +439,6 @@ RPC_ECHO_SRC = '''rpc_server/srv_echo_nt.c ../librpc/gen_ndr/srv_echo.c''' #TODO: RPC_SERVER_SRC used to include RPC_STATIC modules RPC_SERVER_SRC = '''${RPC_PIPE_SRC} ${NPA_TSTREAM_SRC}''' -RPC_PARSE_SRC = '''${RPC_PARSE_SRC2}''' - RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c librpc/rpc/rpc_common.c librpc/rpc/dcerpc_gssapi.c @@ -831,7 +829,7 @@ DISPLAY_SEC_SRC= '../libcli/security/display_sec.c' CLIENT_SRC1 = '''client/client.c client/clitar.c ${RPC_CLIENT_SRC} ../librpc/rpc/binding.c client/dnsbrowse.c - ${RPC_CLIENT_SRC1} ${RPC_PARSE_SRC2}''' + ${RPC_CLIENT_SRC1} ${RPC_PARSE_SRC}''' CLIENT_SRC = '''${CLIENT_SRC1} ${LIBMSRPC_GEN_SRC} ${READLINE_SRC} ${DISPLAY_SEC_SRC}''' |