mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
7c44039f48
These modules are required for both header and source code files (see bug #8468). Reviewed-by: Jelmer
10 lines
247 B
Python
10 lines
247 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('ntvfs_common',
|
|
source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c',
|
|
autoproto='proto.h',
|
|
deps='UTIL_TDB tdb-wrap',
|
|
public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share'
|
|
)
|
|
|