diff options
author | Günther Deschner <gd@samba.org> | 2010-08-20 00:11:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:17:09 +0200 |
commit | 0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f (patch) | |
tree | 909335a74240784d3e7f0f13cd0b776b26bf4d09 /source3 | |
parent | 4991af46d75018c31ec80dc28c3eabd6e541b8ab (diff) | |
download | samba-0b05e32f92cfc64de1c3ce02d1eb3ab4f8d5a25f.tar.gz |
s3-waf: only link in samr util code where needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 6e2a35a3732..795d2cced9f 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}''' |