summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2010-09-20 14:33:21 +0200
committerMichael Adam <obnox@samba.org>2010-09-22 06:29:59 +0200
commite5bbc2be05f1d35bebbaea3b120d699467a30304 (patch)
tree71edc1cbaab0e6b8b8fede00ac34bcd37a43fb45 /source3/Makefile.in
parent9c2e89da1011fdeb82bcf53a69781c07d18df728 (diff)
downloadsamba-e5bbc2be05f1d35bebbaea3b120d699467a30304.tar.gz
samba-e5bbc2be05f1d35bebbaea3b120d699467a30304.tar.bz2
samba-e5bbc2be05f1d35bebbaea3b120d699467a30304.zip
s3-lib: add cbuf, a talloced character buffer
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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