From: Björn Jacke Date: Thu, 23 Sep 2010 16:25:58 +0000 (-0700) Subject: s3: fix tdbdump build on Solaris and other boxes X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=82c0e79b8d8c693c128e83d8062e1543f3bb311d;p=metze%2Fsamba%2Fwip.git s3: fix tdbdump build on Solaris and other boxes needed to fix up aea64ef275b6e94ca7afb8fa2bb172416773abdf --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 25d121a78ed2..2f32251fb139 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3034,7 +3034,7 @@ bin/tdbtool@EXEEXT@: $(BINARY_PREREQS) $(TDBTOOL_OBJ) $(LIBTALLOC) $(LIBTDB) bin/tdbdump@EXEEXT@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTDB) @echo Linking $@ - @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS) + @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS) $(LIBREPLACE_LIBS) bin/tdbtorture@EXEEXT@: $(BINARY_PREREQS) $(TDBTORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) @echo Linking $@