From 75e55f9535d3a66933c901658c61e1fdaa596515 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Aug 2010 00:05:16 +0200 Subject: s3-waf: remove RPC_CLIENT_SRC1. Guenther --- source3/wscript_build | 4 +--- 1 file changed, 1 insertion(+), 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''' -- cgit