mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
28 lines
481 B
Plaintext
28 lines
481 B
Plaintext
|
# 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'
|
||
|
)
|
||
|
|