[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1666-g17c41a6

Jelmer Vernooij jelmer at samba.org
Wed May 21 10:42:34 GMT 2008


The branch, v4-0-test has been updated
       via  17c41a6c3e71102e3516e6926f7e7d1ab5c97563 (commit)
      from  5c56464a6c2f29a039ba3152de83d34778ca0615 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 17c41a6c3e71102e3516e6926f7e7d1ab5c97563
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 21 12:38:47 2008 +0200

    Fix dependencies for ldb instancetype module.

-----------------------------------------------------------------------

Summary of changes:
 source/dsdb/samdb/ldb_modules/config.mk |    2 +-
 source/param/config.mk                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/dsdb/samdb/ldb_modules/config.mk b/source/dsdb/samdb/ldb_modules/config.mk
index a5f5bc4..eae190a 100644
--- a/source/dsdb/samdb/ldb_modules/config.mk
+++ b/source/dsdb/samdb/ldb_modules/config.mk
@@ -336,7 +336,7 @@ ldb_normalise_OBJ_FILES = dsdb/samdb/ldb_modules/normalise.o
 INIT_FUNCTION = LDB_MODULE(instancetype)
 CFLAGS = -Ilib/ldb/include
 OUTPUT_TYPE = SHARED_LIBRARY
-PRIVATE_DEPENDENCIES = LIBTALLOC
+PRIVATE_DEPENDENCIES = LIBTALLOC LIBSAMBA-UTIL SAMDB
 SUBSYSTEM = LIBLDB
 # End MODULE ldb_instancetype
 ################################################
diff --git a/source/param/config.mk b/source/param/config.mk
index cf92089..a25dd32 100644
--- a/source/param/config.mk
+++ b/source/param/config.mk
@@ -57,7 +57,7 @@ PRIVATE_DEPENDENCIES = LIBLDB TDB_WRAP UTIL_TDB NDR_SECURITY
 
 SECRETS_OBJ_FILES = $(paramsrcdir)/secrets.o
 
-[PYTHON::samba.param]
+[PYTHON::param]
 SWIG_FILE = param.i
 PRIVATE_DEPENDENCIES = LIBSAMBA-HOSTCONFIG
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list