source: trunk/server/source4/ntvfs/common/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 228 bytes
Line 
1#!/usr/bin/env python
2
3bld.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.