From: Michael Adam Date: Wed, 13 Feb 2008 10:54:41 +0000 (+0100) Subject: Add libreplace objects to libtalloc.so. X-Git-Tag: samba-3.2.0pre2~37^2~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a84bf0786f269b8514e0a08e32fa429cefabe1d3;p=thirdparty%2Fsamba.git Add libreplace objects to libtalloc.so. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index e0bb772f0ec..f91bdf5c103 100644 --- a/source/Makefile.in +++ b/source/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) \