diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-09-20 15:04:54 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-09-20 18:43:06 +0200 |
commit | 7c44039f483802c04611abaf11e0b421716e632b (patch) | |
tree | a67bdd1df293de6694c7e4c9ad2d1cb8d879a74d /source4/ntvfs | |
parent | 5347074c4e458e077e2833170e2b122494037552 (diff) | |
download | samba-7c44039f483802c04611abaf11e0b421716e632b.tar.gz samba-7c44039f483802c04611abaf11e0b421716e632b.tar.bz2 samba-7c44039f483802c04611abaf11e0b421716e632b.zip |
s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependency
These modules are required for both header and source code files (see
bug #8468).
Reviewed-by: Jelmer
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/common/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/common/wscript_build b/source4/ntvfs/common/wscript_build index 4977b7097f..b16f8fa256 100644 --- a/source4/ntvfs/common/wscript_build +++ b/source4/ntvfs/common/wscript_build @@ -3,6 +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', public_deps='NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share' ) |