summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-12 18:41:45 +0200
committerGünther Deschner <gd@samba.org>2010-08-25 23:06:05 +0200
commit03269d678351ea14cfede4d30291ca1bde294ff8 (patch)
treecc6ee60b234e2fb60b60b9ae8049d8ad17070573 /source3/wscript_build
parent9a195fd2330c13b3e9cb4029d41f640e85738d14 (diff)
downloadsamba-03269d678351ea14cfede4d30291ca1bde294ff8.tar.gz
samba-03269d678351ea14cfede4d30291ca1bde294ff8.tar.bz2
samba-03269d678351ea14cfede4d30291ca1bde294ff8.zip
s3-waf: only link in svcctl client code where needed.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build6
1 files changed, 4 insertions, 2 deletions
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