summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-17 00:46:25 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:16:57 +0200
commit0ed16e94c374efb06650f741827bcbed85f1af59 (patch)
treedf3af3e75ae19def36763a4d562cfbc8a5a2887d /source3/wscript_build
parent064826c4d17f71e30386ff775935f86dd426f124 (diff)
downloadsamba-0ed16e94c374efb06650f741827bcbed85f1af59.tar.gz
samba-0ed16e94c374efb06650f741827bcbed85f1af59.tar.bz2
samba-0ed16e94c374efb06650f741827bcbed85f1af59.zip
s3: separate out cli schannel functions that depend on cli_netlogon.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 0c7f5aa86b..ed47f3642e 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -477,6 +477,8 @@ RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c
rpc_client/rpc_transport_np.c
rpc_client/rpc_transport_sock.c'''
+RPC_CLIENT_SCHANNEL_SRC = '''rpc_client/cli_pipe_schannel.c'''
+
LOCKING_SRC = '''locking/locking.c locking/brlock.c locking/posix.c'''
PRIVILEGES_BASIC_SRC = '''lib/privileges_basic.c'''
@@ -805,6 +807,7 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV}
${LIBCLI_SRVSVC_SRC}
${LIBCLI_LSA_SRC}
${LIBCLI_SAMR_SRC}
+ ${RPC_CLIENT_SCHANNEL_SRC}
${AUTH_SRC}
${PRIVILEGES_BASIC_SRC}'''