From e5bbc2be05f1d35bebbaea3b120d699467a30304 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 20 Sep 2010 14:33:21 +0200 Subject: s3-lib: add cbuf, a talloced character buffer Signed-off-by: Michael Adam --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index c72a6c30ab..b8e9741d49 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1150,8 +1150,8 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ $(LIBCLI_NETLOGON_OBJ) \ $(RPC_CLIENT_SCHANNEL_OBJ) \ rpc_client/init_netlogon.o \ - rpc_client/init_samr.o - + rpc_client/init_samr.o \ + lib/cbuf.o # these are not processed by make proto NET_OBJ2 = utils/net_registry_util.o utils/net_help_common.o -- cgit