diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-03-13 01:47:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:29 -0500 |
commit | 676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5 (patch) | |
tree | 7a950023f48314d41e8a72a91baba2ca2e767245 /source4/ntvfs/common/config.mk | |
parent | 9b03286b32a916dbef59f1459eefa01f0ebfeed3 (diff) | |
download | samba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.tar.gz samba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.tar.xz samba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.zip |
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)
Diffstat (limited to 'source4/ntvfs/common/config.mk')
-rw-r--r-- | source4/ntvfs/common/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |