Fix case of libUTIL_LDB.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 23 Apr 2011 15:59:23 +0000 (17:59 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 23 Apr 2011 16:52:06 +0000 (18:52 +0200)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104

lib/util/wscript_build
source4/dsdb/wscript_build

index 93827bcf5ba7ba418747693380dcb2c4fc7d0a53..aad386ef2ad694fd32600de739a0f242fb2930a4 100755 (executable)
@@ -102,12 +102,12 @@ bld.SAMBA_SUBSYSTEM('UTIL_TEVENT',
 
 
 if bld.env._SAMBA_BUILD_ == 4:
-    bld.SAMBA_SUBSYSTEM('UTIL_LDB',
-       source='util_ldb.c',
-        local_include=False,
-       public_deps='ldb',
-        public_headers='util_ldb.h'
-       )
+       bld.SAMBA_SUBSYSTEM('util_ldb',
+               source='util_ldb.c',
+               local_include=False,
+               public_deps='ldb',
+               public_headers='util_ldb.h'
+               )
 
 
 bld.SAMBA_SUBSYSTEM('UTIL_RUNCMD',
index 83d7433c3f28c0991c667bf8ef4971fbeacc6ba5..9d56e4f150761887e78468a0bc8b37717ffc0328 100644 (file)
@@ -16,7 +16,7 @@ bld.SAMBA_LIBRARY('samdb-common',
        source='common/util.c common/util_groups.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c',
        autoproto='common/proto.h',
        private_library=True,
-       deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH samba-hostconfig samba_socket cli-ldap-common flag_mapping'
+       deps='ldb NDR_DRSBLOBS util_ldb LIBCLI_AUTH samba-hostconfig samba_socket cli-ldap-common flag_mapping'
        )