diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-07 12:21:11 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-12 17:35:06 +0100 |
commit | 49c86b73bf1babf151835d4afdbfb132f2e2c34e (patch) | |
tree | ce67096f342ac59b7d1a23abd0ac08a9ddf99bcd /source4/ntvfs/common/config.mk | |
parent | d93f2f2e800591c68798e4a38da8fc982dac6a61 (diff) | |
download | samba-49c86b73bf1babf151835d4afdbfb132f2e2c34e.tar.gz samba-49c86b73bf1babf151835d4afdbfb132f2e2c34e.tar.xz samba-49c86b73bf1babf151835d4afdbfb132f2e2c34e.zip |
opendb_tdb: use sys_lease to setup kernel oplocks
metze
(This used to be commit e473068bddfaa9028ab8ee49291035313b35fed3)
Diffstat (limited to 'source4/ntvfs/common/config.mk')
-rw-r--r-- | source4/ntvfs/common/config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk index 2fc0942ed4..3963ebcdee 100644 --- a/source4/ntvfs/common/config.mk +++ b/source4/ntvfs/common/config.mk @@ -9,7 +9,10 @@ OBJ_FILES = \ opendb.o \ opendb_tdb.o \ notify.o -PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share LIBDBWRAP +PUBLIC_DEPENDENCIES = \ + NDR_OPENDB NDR_NOTIFY \ + sys_notify sys_lease \ + share LIBDBWRAP PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb # End LIBRARY ntvfs_common ################################################ |