From 4cd4ff474e49bc12fdd4079283cde1fcc66f5f81 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 11:54:41 +0100 Subject: Add libreplace objects to libtalloc.so. Michael (This used to be commit a84bf0786f269b8514e0a08e32fa429cefabe1d3) --- 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 e0bb772f0e..f91bdf5c10 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -300,7 +300,7 @@ TALLOC_OBJ = @TALLOC_OBJS@ LIBTALLOC_OBJ0 = $(TALLOC_OBJ) -LIBTALLOC_OBJ = $(LIBTALLOC_OBJ0) +LIBTALLOC_OBJ = $(LIBTALLOC_OBJ0) $(LIBREPLACE_OBJ) LIBSAMBAUTIL_OBJ = @LIBTALLOC_STATIC@ \ $(LIBREPLACE_OBJ) \ -- cgit