source:
trunk/server/source4/ntvfs/common/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | bld.SAMBA_SUBSYSTEM('ntvfs_common', |
4 | source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c', |
5 | autoproto='proto.h', |
6 | public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share' |
7 | ) |
8 |
Note:
See TracBrowser
for help on using the repository browser.