From 03269d678351ea14cfede4d30291ca1bde294ff8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 12 Aug 2010 18:41:45 +0200 Subject: s3-waf: only link in svcctl client code where needed. Guenther --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 60b6047b9f..f6f05f6fc5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -107,6 +107,10 @@ LIBCLI_DSSETUP_SRC = ''' librpc/gen_ndr/cli_dssetup.c librpc/gen_ndr/ndr_dssetup_c.c''' +LIBCLI_SVCCTL_SRC = ''' + librpc/gen_ndr/cli_svcctl.c + librpc/gen_ndr/ndr_svcctl_c.c''' + LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ${LIBNDR_GEN_SRC0} ../librpc/gen_ndr/ndr_dfs.c @@ -332,7 +336,6 @@ LIBMSRPC_SRC = '''rpc_client/cli_lsarpc.c rpc_client/cli_samr.c DCERPC_CLIENT_GEN_SRC = ''' ../librpc/gen_ndr/ndr_lsa_c.c ../librpc/gen_ndr/ndr_srvsvc_c.c - ../librpc/gen_ndr/ndr_svcctl_c.c ../librpc/gen_ndr/ndr_wkssvc_c.c ../librpc/gen_ndr/ndr_netlogon_c.c ../librpc/gen_ndr/ndr_samr_c.c @@ -340,7 +343,6 @@ DCERPC_CLIENT_GEN_SRC = ''' LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c ../librpc/gen_ndr/cli_srvsvc.c - ../librpc/gen_ndr/cli_svcctl.c ../librpc/gen_ndr/cli_wkssvc.c ../librpc/gen_ndr/cli_netlogon.c ../librpc/gen_ndr/cli_samr.c -- cgit