diff options
author | Günther Deschner <gd@samba.org> | 2011-01-11 15:08:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-02-04 16:57:32 +0100 |
commit | ac4127a9f432f762cb728c161d7fbf80de31b60e (patch) | |
tree | b2892724d0da0266ff526071dc6746d45aac0b4c /source3/wscript_build | |
parent | e9c45a3973c85fbe40c017724c7909fefa05b656 (diff) | |
download | samba-ac4127a9f432f762cb728c161d7fbf80de31b60e.tar.gz samba-ac4127a9f432f762cb728c161d7fbf80de31b60e.tar.bz2 samba-ac4127a9f432f762cb728c161d7fbf80de31b60e.zip |
s3-auth: add copy_netr_SamBaseInfo().
Guenther
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-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 611e28d5ce..91af04863c 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -43,7 +43,7 @@ LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c''' LIBCLI_SAMR_SRC = 'rpc_client/cli_samr.c' -LIBRPCCLI_NETLOGON_SRC = 'rpc_client/cli_netlogon.c' +LIBRPCCLI_NETLOGON_SRC = 'rpc_client/cli_netlogon.c rpc_client/util_netlogon.c' # this includes only the low level parse code, not stuff # that requires knowledge of security contexts |