From 0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 20 Aug 2010 00:11:33 +0200 Subject: s3-waf: only link in samr util code where needed. Guenther --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 6e2a35a373..795d2cced9 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -354,7 +354,6 @@ RPC_CLIENT_SRC1 = '''${SCHANNEL_SRC}''' LIBMSRPC_SRC = ''' ${RPC_CLIENT_SRC1} ${RPC_CLIENT_SRC} - rpc_client/init_samr.c ../librpc/rpc/binding.c''' LIBMSRPC_GEN_SRC = ''' @@ -812,6 +811,7 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV} ${LIBCLI_NETLOGON_SRC} ${RPC_CLIENT_SCHANNEL_SRC} rpc_client/init_netlogon.c + rpc_client/init_samr.c ${AUTH_SRC} ${PRIVILEGES_BASIC_SRC}''' -- cgit