diff options
author | Günther Deschner <gd@samba.org> | 2010-08-26 00:05:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:17:10 +0200 |
commit | 75e55f9535d3a66933c901658c61e1fdaa596515 (patch) | |
tree | 40ae593bfe166c6d671740c5ccbe08dd22c3825b /source3 | |
parent | a52fde4f944bf8cfa2dd69498bdf6da8e39c0139 (diff) | |
download | samba-75e55f9535d3a66933c901658c61e1fdaa596515.tar.gz samba-75e55f9535d3a66933c901658c61e1fdaa596515.tar.bz2 samba-75e55f9535d3a66933c901658c61e1fdaa596515.zip |
s3-waf: remove RPC_CLIENT_SRC1.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 157b70ce17..475d4003a5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -349,10 +349,8 @@ LIBSMB_SRC = '''libsmb/clientgen.c libsmb/cliconnect.c libsmb/clifile.c ${CLDAP_SRC} ${DRSUAPI_SRC}''' -RPC_CLIENT_SRC1 = '''${SCHANNEL_SRC}''' - LIBMSRPC_SRC = ''' - ${RPC_CLIENT_SRC1} + ${SCHANNEL_SRC} ${RPC_CLIENT_SRC} ../librpc/rpc/binding.c''' |