From 9c7607d3d384240b2777aafa3ea634383431ec4d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 Jan 2011 15:20:58 +0100 Subject: s3-rpc_client: Added winreg query dword helper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index e247c071c7..294faf1447 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -347,7 +347,8 @@ LIBCLI_SPOOLSS_OBJ = librpc/gen_ndr/ndr_spoolss_c.o \ LIBCLI_EVENTLOG_OBJ = librpc/gen_ndr/ndr_eventlog_c.o -LIBCLI_WINREG_OBJ = librpc/gen_ndr/ndr_winreg_c.o +LIBCLI_WINREG_OBJ = librpc/gen_ndr/ndr_winreg_c.o \ + rpc_client/cli_winreg.o LIBCLI_WINREG_INT_OBJ = $(LIBCLI_WINREG_OBJ) \ rpc_client/cli_winreg_int.o -- cgit