r18394: get the lsa client code to link
authorGerald Carter <jerry@samba.org>
Mon, 11 Sep 2006 19:33:27 +0000 (19:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:21 +0000 (11:51 -0500)
(This used to be commit 96e412a04cedc4c361c08e0ed1d141f3b018728b)

source3/Makefile.in
source3/include/rpc_client.h
source3/rpcclient/cmd_unixinfo.c

index add52a9e2c3f07c11da9664b80dba9d59989f28e..18f04b9333751c2d46836c471378cdb36be7039f 100644 (file)
@@ -297,7 +297,8 @@ LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \
               rpc_client/cli_shutdown.o rpc_client/cli_svcctl.o \
               rpc_client/ndr.o
 
-LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_unixinfo.o $(LIBNDR_GEN_OBJ) $(LIBNDR_OBJ)
+LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_unixinfo.o librpc/gen_ndr/cli_lsa.o \
+                  $(LIBMSRPC_GEN_OBJ1) $(LIBNDR_GEN_OBJ) $(LIBNDR_OBJ)
 
 REGOBJS_OBJ = registry/reg_objects.o
 
index 0524f037e2c2dbe9f2d77346cfdb5e024224d4e5..0b3bd0505a2c596eb97d99c29afb043b11bf9226 100644 (file)
 #ifndef _RPC_CLIENT_H
 #define _RPC_CLIENT_H
 
+/* autogenerated client stubs */
+
+#include "librpc/gen_ndr/cli_unixinfo.h"
+#include "librpc/gen_ndr/cli_lsa.h"
+
 /* macro to expand cookie-cutter code in cli_xxx() using rpc_api_pipe_req() */
 
 #define CLI_DO_RPC_INTERNAL( pcli, ctx, p_idx, opnum, q_in, r_out, \
index 4c95acc2d15af9dec167bf603a25c557326688f8..12cb23bcd96538eb9960b5770e5cd25bfbe4446c 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "includes.h"
 #include "rpcclient.h"
-#include "librpc/gen_ndr/cli_unixinfo.h"
 
 static NTSTATUS cmd_unixinfo_uid2sid(struct rpc_pipe_client *cli,
                                     TALLOC_CTX *mem_ctx,