summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-12 18:22:19 +0200
committerGünther Deschner <gd@samba.org>2010-08-25 23:04:53 +0200
commit3b24db6bf8fd0e9e8ff21cf4578256f8462d26ef (patch)
tree5c7e66f3df3913011c04baf4e4578330d04046da /source3/wscript_build
parent0f10349f14e2439dedc2448d3649a5fea53c9dd4 (diff)
downloadsamba-3b24db6bf8fd0e9e8ff21cf4578256f8462d26ef.tar.gz
samba-3b24db6bf8fd0e9e8ff21cf4578256f8462d26ef.tar.bz2
samba-3b24db6bf8fd0e9e8ff21cf4578256f8462d26ef.zip
s3-waf: only link in eventlog echo 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 9620c4368d..6c48c1c374 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -95,6 +95,10 @@ LIBCLI_DFS_SRC = '''
librpc/gen_ndr/cli_dfs.c
librpc/gen_ndr/ndr_dfs_c.c'''
+LIBCLI_ECHO_SRC = '''
+ librpc/gen_ndr/cli_echo.c
+ librpc/gen_ndr/ndr_echo_c.c'''
+
LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
${LIBNDR_GEN_SRC0}
../librpc/gen_ndr/ndr_dfs.c
@@ -319,7 +323,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_echo_c.c
../librpc/gen_ndr/ndr_srvsvc_c.c
../librpc/gen_ndr/ndr_svcctl_c.c
../librpc/gen_ndr/ndr_initshutdown_c.c
@@ -330,7 +333,6 @@ DCERPC_CLIENT_GEN_SRC = '''
../librpc/gen_ndr/ndr_epmapper_c.c'''
LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c
- ../librpc/gen_ndr/cli_echo.c
../librpc/gen_ndr/cli_srvsvc.c
../librpc/gen_ndr/cli_svcctl.c
../librpc/gen_ndr/cli_initshutdown.c