[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jul 4 02:04:57 MDT 2010


The branch, master has been updated
       via  8c0fbc4... s3: Fix bug 7336: Enable idmap_passdb module build as shared
      from  e17ce24... wbinfo: Fix error messages

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


- Log -----------------------------------------------------------------
commit 8c0fbc410798512b7a4b7db73bcb24cde6fa7849
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jul 4 10:01:42 2010 +0200

    s3: Fix bug 7336: Enable idmap_passdb module build as shared

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

Summary of changes:
 source3/Makefile.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index afca6c3..4e41572 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2598,6 +2598,10 @@ bin/rid. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_rid.o
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) winbindd/idmap_rid.o
 
+bin/passdb. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_passdb.o
+	@echo "Building plugin $@"
+	@$(SHLD_MODULE) winbindd/idmap_passdb.o
+
 bin/ad. at SHLIBEXT@: $(BINARY_PREREQS) winbindd/idmap_ad.o
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) winbindd/idmap_ad.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list