s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependency
[mdw/samba.git] / source4 / ntvfs / common / wscript_build
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         deps='UTIL_TDB tdb-wrap',
7         public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share'
8         )
9