blob: c0f5d3eb0c47ae63204a4845a0117fd43da2d8b3 (
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
25
26
27
|
# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/sysdep/config.mk
# Please remove this notice if hand editing
bld.SAMBA_MODULE('sys_notify_inotify',
source='inotify.c',
subsystem='sys_notify',
init_function='sys_notify_inotify_init',
deps='LIBEVENTS'
)
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'
)
|