[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Thu Jan 7 17:31:50 MST 2010


The branch, master has been updated
       via  c915bd8... linked_attributes: Fix missing dependency on util.
      from  339afda... testprogs: add support for "print" option in win32 spoolss torture test.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c915bd87185f37f95272b3332aecb470d93a5548
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 3 23:08:46 2010 +0100

    linked_attributes: Fix missing dependency on util.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 6128dc9..8f7b5d3 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -337,7 +337,7 @@ ldb_subtree_delete_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/subtree_delete.o
 [MODULE::ldb_linked_attributes]
 INIT_FUNCTION = LDB_MODULE(linked_attributes)
 CFLAGS = -Ilib/ldb/include
-PRIVATE_DEPENDENCIES = LIBTALLOC LIBEVENTS SAMDB
+PRIVATE_DEPENDENCIES = LIBTALLOC LIBEVENTS SAMDB DSDB_MODULE_HELPERS
 SUBSYSTEM = LIBLDB
 # End MODULE ldb_linked_attributes
 ################################################


-- 
Samba Shared Repository


More information about the samba-cvs mailing list