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:06 +0100
commitd93f2f2e800591c68798e4a38da8fc982dac6a61 (patch)
tree87301893787ce0cef15542a40f78bf3fe02901c2 /source4/ntvfs/sysdep/config.mk
parentc3643d0ec8c26d399c379bd15142e730027aa9f0 (diff)
downloadsamba-d93f2f2e800591c68798e4a38da8fc982dac6a61.tar.gz
samba-d93f2f2e800591c68798e4a38da8fc982dac6a61.tar.bz2
samba-d93f2f2e800591c68798e4a38da8fc982dac6a61.zip
ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASE
metze (This used to be commit 3f165d3114519c317b9e7c871bb61d4fcbb8fb09)
Diffstat (limited to 'source4/ntvfs/sysdep/config.mk')
-rw-r--r--source4/ntvfs/sysdep/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk
index 753c8833a4..048226efad 100644
--- a/source4/ntvfs/sysdep/config.mk
+++ b/source4/ntvfs/sysdep/config.mk
@@ -18,6 +18,16 @@ PUBLIC_DEPENDENCIES =
################################################
################################################
+# Start MODULE sys_lease_linux
+[MODULE::sys_lease_linux]
+SUBSYSTEM = sys_lease
+INIT_FUNCTION = sys_lease_linux_init
+OBJ_FILES = \
+ sys_lease_linux.o
+# End MODULE sys_lease_linux
+################################################
+
+################################################
# Start SUBSYSTEM sys_lease
[SUBSYSTEM::sys_lease]
OBJ_FILES = \