diff options
Diffstat (limited to 'source4/ntvfs/common/wscript_build')
-rw-r--r-- | source4/ntvfs/common/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/wscript_build b/source4/ntvfs/common/wscript_build index b16f8fa256..b144472a49 100644 --- a/source4/ntvfs/common/wscript_build +++ b/source4/ntvfs/common/wscript_build @@ -3,7 +3,7 @@ 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', + deps='util_tdb tdb-wrap', public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share' ) |