summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-11 15:08:41 +0100
committerStefan Metzmacher <metze@samba.org>2011-02-04 16:57:32 +0100
commitac4127a9f432f762cb728c161d7fbf80de31b60e (patch)
treeb2892724d0da0266ff526071dc6746d45aac0b4c /source3/Makefile.in
parente9c45a3973c85fbe40c017724c7909fefa05b656 (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 09cd71315b..ebfee9fbc9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -375,7 +375,8 @@ LIBCLI_SAMR_OBJ = librpc/gen_ndr/ndr_samr_c.o \
rpc_client/cli_samr.o
LIBCLI_NETLOGON_OBJ = librpc/gen_ndr/ndr_netlogon_c.o \
- rpc_client/cli_netlogon.o
+ rpc_client/cli_netlogon.o \
+ rpc_client/util_netlogon.o
LIBCLI_EPMAPPER_OBJ = librpc/gen_ndr/ndr_epmapper_c.o