tdb: fix non-WAF build, commit 1.2.6 ABI file.
[vlendec/samba-autobuild/.git] / ctdb / lib / tdb / libtdb.m4
index feae1c2cc678196b53839f78cef288795ee71ba2..3fe700ff1c07710f988328e32f75c8811004dfc2 100644 (file)
@@ -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 common/check.o"
+TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o common/hash.o"
 AC_SUBST(TDB_OBJ)
 AC_SUBST(LIBREPLACEOBJ)