summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-20 00:11:33 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:17:09 +0200
commit0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f (patch)
tree909335a74240784d3e7f0f13cd0b776b26bf4d09 /source3/wscript_build
parent4991af46d75018c31ec80dc28c3eabd6e541b8ab (diff)
downloadsamba-0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f.tar.gz
samba-0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f.tar.bz2
samba-0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f.zip
s3-waf: only link in samr util code where needed.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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}'''