s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependency
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 20 Sep 2011 13:04:54 +0000 (15:04 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 20 Sep 2011 16:38:18 +0000 (18:38 +0200)
These modules are required for both header and source code files (see
bug #8468).

source4/ntvfs/common/wscript_build

index 4977b7097fd7e8acbc17e9a7fc65c19994b80252..b16f8fa2566fc3909af239dfff9b4ae81be4a460 100644 (file)
@@ -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'
        )