From f1c3fa060efcecde404d0bfb55c359ef7fe36ed8 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 3 Apr 2004 01:25:40 +0000 Subject: This is the start of a C API to the DCERPC client routines. Currently the only way to access this is to cut&paste from torture/rpc/*.c (This used to be commit 3355fec421f82034f433a4b59aa5ad589b070577) --- source4/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index f095007c99..31e752165d 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -106,6 +106,7 @@ LIBCLI_OBJS = @LIBCLI_OBJS@ LIBNDR_RAW_OBJS = @LIBNDR_RAW_OBJS@ LIBRPC_RAW_OBJS = @LIBRPC_RAW_OBJS@ LIBRPC_OBJS = @LIBRPC_OBJS@ +LIBRPC_CLIENT_OBJS = @LIBRPC_CLIENT_OBJS@ LIBSMB_OBJS = @LIBSMB_OBJS@ LIBSMB_LIBS = @LIBSMB_LIBS@ -- cgit