From: Rusty Russell Date: Thu, 21 Oct 2010 10:11:00 +0000 (+0200) Subject: tdb: fix non-WAF build, commit 1.2.6 ABI file. X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba-ctdb.git;a=commitdiff_plain;h=ef11e3d3f0182a1b1cc1dc852b86b00ed617ebaa tdb: fix non-WAF build, commit 1.2.6 ABI file. Sorry Jeremy. Signed-off-by: Rusty Russell (cherry picked (modified) from commit b7cd6af5b45840a3588ad0cd50b4414f32f8b792) Signed-off-by: Stefan Metzmacher --- diff --git a/lib/tdb/libtdb.m4 b/lib/tdb/libtdb.m4 index 252e0b0be3..85a9994de5 100644 --- a/lib/tdb/libtdb.m4 +++ b/lib/tdb/libtdb.m4 @@ -13,7 +13,7 @@ if test x"$tdbdir" = "x"; then AC_MSG_ERROR([cannot find tdb source in $tdbpaths]) fi TDB_OBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o" -TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o" +TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/hash.o" AC_SUBST(TDB_OBJ) AC_SUBST(LIBREPLACEOBJ)