From d3b4c2c7714091a588f6aeaf784380cea54e73cf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 May 2012 18:26:35 +0200 Subject: UTIL_TDB: lowercase name. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104 --- source4/lib/messaging/wscript_build | 2 +- source4/ntvfs/common/wscript_build | 2 +- source4/param/wscript_build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index b7d4fed95e..38f1fab331 100644 --- a/source4/lib/messaging/wscript_build +++ b/source4/lib/messaging/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_SUBSYSTEM('MESSAGING', source='messaging.c', - public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS UTIL_TDB cluster ndr samba_socket dcerpc' + public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS util_tdb cluster ndr samba_socket dcerpc' ) 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' ) diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 80b2758766..4585a83199 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -32,7 +32,7 @@ bld.SAMBA_MODULE('share_ldb', bld.SAMBA_SUBSYSTEM('SECRETS', source='secrets.c', - deps='ldb tdb-wrap UTIL_TDB NDR_SECURITY tevent ldbwrap' + deps='ldb tdb-wrap util_tdb NDR_SECURITY tevent ldbwrap' ) -- cgit