summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-26 00:05:16 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:17:10 +0200
commit75e55f9535d3a66933c901658c61e1fdaa596515 (patch)
tree40ae593bfe166c6d671740c5ccbe08dd22c3825b /source3/wscript_build
parenta52fde4f944bf8cfa2dd69498bdf6da8e39c0139 (diff)
downloadsamba-75e55f9535d3a66933c901658c61e1fdaa596515.tar.gz
samba-75e55f9535d3a66933c901658c61e1fdaa596515.tar.bz2
samba-75e55f9535d3a66933c901658c61e1fdaa596515.zip
s3-waf: remove RPC_CLIENT_SRC1.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build4
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'''