summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
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}'''