mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
d3b4c2c771
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104
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'
|
|
)
|
|
|