summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/wscript_build
blob: 8330d47d9bb2beee28b0dfb2983686d14a3d7d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bld.SAMBA_MODULE('sys_notify_inotify',
                 source='inotify.c',
                 subsystem='sys_notify',
                 init_function='sys_notify_inotify_init',
                 deps='LIBEVENTS',
                 enabled = bld.CONFIG_SET('HAVE_LINUX_INOTIFY')
	)


bld.SAMBA_SUBSYSTEM('sys_notify',
	source='sys_notify.c'
	)


bld.SAMBA_SUBSYSTEM('sys_lease_linux',
	source='sys_lease_linux.c',
	deps='tevent'
	)


bld.SAMBA_SUBSYSTEM('sys_lease',
	source='sys_lease.c'
	)