svn commit: samba r18394 - in branches/SAMBA_3_0/source: . include rpcclient

jerry at samba.org jerry at samba.org
Mon Sep 11 19:33:28 GMT 2006


Author: jerry
Date: 2006-09-11 19:33:27 +0000 (Mon, 11 Sep 2006)
New Revision: 18394

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18394

Log:
get the lsa client code to link
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/include/rpc_client.h
   branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-09-11 19:32:55 UTC (rev 18393)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-09-11 19:33:27 UTC (rev 18394)
@@ -297,7 +297,8 @@
 	       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
 

Modified: branches/SAMBA_3_0/source/include/rpc_client.h
===================================================================
--- branches/SAMBA_3_0/source/include/rpc_client.h	2006-09-11 19:32:55 UTC (rev 18393)
+++ branches/SAMBA_3_0/source/include/rpc_client.h	2006-09-11 19:33:27 UTC (rev 18394)
@@ -21,6 +21,11 @@
 #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, \

Modified: branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
===================================================================
--- branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c	2006-09-11 19:32:55 UTC (rev 18393)
+++ branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c	2006-09-11 19:33:27 UTC (rev 18394)
@@ -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,



More information about the samba-cvs mailing list