blob: 2f7ec06774cbd8b31e6329aad84f8cdc5b62c56b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/common/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('ntvfs_common',
source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c',
autoproto='proto.h',
public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share'
)
|