summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-07 12:19:06 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-12 17:35:05 +0100
commitc3643d0ec8c26d399c379bd15142e730027aa9f0 (patch)
treecab7d8647061b07a791affa34ee2a502e474261c /source4/ntvfs/sysdep/config.mk
parent7ba236d78e02fb8413db8c6ac74b9e89e64e847b (diff)
downloadsamba-c3643d0ec8c26d399c379bd15142e730027aa9f0.tar.gz
samba-c3643d0ec8c26d399c379bd15142e730027aa9f0.tar.bz2
samba-c3643d0ec8c26d399c379bd15142e730027aa9f0.zip
ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocks
metze (This used to be commit b399f0c872f32bb791da196102a5872c20e62100)
Diffstat (limited to 'source4/ntvfs/sysdep/config.mk')
-rw-r--r--source4/ntvfs/sysdep/config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk
index dee198c9da..753c8833a4 100644
--- a/source4/ntvfs/sysdep/config.mk
+++ b/source4/ntvfs/sysdep/config.mk
@@ -16,3 +16,11 @@ OBJ_FILES = \
PUBLIC_DEPENDENCIES =
# End SUBSYSTEM sys_notify
################################################
+
+################################################
+# Start SUBSYSTEM sys_lease
+[SUBSYSTEM::sys_lease]
+OBJ_FILES = \
+ sys_lease.o
+# End SUBSYSTEM sys_lease
+################################################