From 5ce12a05658ce03bf6414c15f20c28e125897dc2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 7 Sep 2009 20:31:01 -0700 Subject: Add read() to socketwrapper. Metze please check. Jeremy. --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 3528d6ce39..76ab280a1a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1100,7 +1100,7 @@ REPLACETORT_OBJ = @libreplacedir@/test/testsuite.o \ @libreplacedir@/test/os2_delete.o \ @libreplacedir@/test/strptime.o \ @libreplacedir@/test/main.o \ - $(LIBREPLACE_OBJ) + $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) DEBUG2HTML_OBJ = utils/debug2html.o utils/debugparse.o -- cgit