summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-13 11:54:41 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 11:54:41 +0100
commit4cd4ff474e49bc12fdd4079283cde1fcc66f5f81 (patch)
tree4753dc93dee7d197bc3a9b6655934b129ec81c14 /source3
parentbe4ca67316af5541311fd42c254f96d1dc14cc8d (diff)
downloadsamba-4cd4ff474e49bc12fdd4079283cde1fcc66f5f81.tar.gz
samba-4cd4ff474e49bc12fdd4079283cde1fcc66f5f81.tar.bz2
samba-4cd4ff474e49bc12fdd4079283cde1fcc66f5f81.zip
Add libreplace objects to libtalloc.so.
Michael (This used to be commit a84bf0786f269b8514e0a08e32fa429cefabe1d3)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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) \