diff options
author | Günther Deschner <gd@samba.org> | 2008-02-16 13:27:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-16 13:44:33 +0100 |
commit | c164f1dd804c6c554dd7f60b7000061da49a6879 (patch) | |
tree | cc6ab32d7e0019886918cf6d61b8aecf2714ba66 /source3/Makefile.in | |
parent | 26106d2e39bd09e85aab81735bd901b2c438f155 (diff) | |
download | samba-c164f1dd804c6c554dd7f60b7000061da49a6879.tar.gz samba-c164f1dd804c6c554dd7f60b7000061da49a6879.tar.xz samba-c164f1dd804c6c554dd7f60b7000061da49a6879.zip |
Add init_netr_SamInfo3 routine.
Guenther
(This used to be commit bf598744c5af1a14abd25c316c243d00b94cbbe0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c3840d788d7..5257c684030 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -411,7 +411,8 @@ LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \ rpc_client/cli_spoolss.o rpc_client/cli_spoolss_notify.o \ rpc_client/cli_svcctl.o \ rpc_client/init_samr.o \ - rpc_client/init_lsa.o + rpc_client/init_lsa.o \ + rpc_client/init_netlogon.o LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \ librpc/gen_ndr/cli_dfs.o \ |