summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-08-09 06:36:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:36 -0500
commit4792285282e2ec78ccb0ebc3cac6465d1d26ef10 (patch)
tree3ba453bf9b873dcf501b056bfcd57bbe6d93e88d /source4/ntvfs/common/config.mk
parentd8c070a550736ccfa09c9babfd477d362a74decf (diff)
downloadsamba-4792285282e2ec78ccb0ebc3cac6465d1d26ef10.tar.gz
samba-4792285282e2ec78ccb0ebc3cac6465d1d26ef10.tar.bz2
samba-4792285282e2ec78ccb0ebc3cac6465d1d26ef10.zip
r24284: change brlock_tdb.c to use the dbwrap API. This actually makes the
backend abstraction for brlock pointless, but I have left it in place for now. It would be useful for other clustering systems that can't map to dbwrap, and would also be useful if we wanted to keep the remote function call capabilities in ctdb instead of the less efficient fetch_locked() call in dbwrap (This used to be commit 912c014b7c131ab051ff6eb2db4e68cb6fbbeb14)
Diffstat (limited to 'source4/ntvfs/common/config.mk')
-rw-r--r--source4/ntvfs/common/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
index 5c744f9c90..2fc0942ed4 100644
--- a/source4/ntvfs/common/config.mk
+++ b/source4/ntvfs/common/config.mk
@@ -9,7 +9,7 @@ OBJ_FILES = \
opendb.o \
opendb_tdb.o \
notify.o
-PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share
+PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share LIBDBWRAP
PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb
# End LIBRARY ntvfs_common
################################################