From 676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Mar 2007 01:47:04 +0000 Subject: r21807: modularise the opendb code, so different backends can be implemented. This will allow for a ctdb opendb backend. (This used to be commit 6b91ca0968209ad17489341c78d9610607cc8320) --- source4/ntvfs/common/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/common/config.mk') diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk index 99a46323e2..665e8e255b 100644 --- a/source4/ntvfs/common/config.mk +++ b/source4/ntvfs/common/config.mk @@ -7,6 +7,7 @@ OBJ_FILES = \ brlock.o \ brlock_tdb.o \ opendb.o \ + opendb_tdb.o \ notify.o PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share PRIVATE_DEPENDENCIES = brlock_ctdb -- cgit