svn commit: samba r22869 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source SAMBA_3_0_26/source

lmuelle at samba.org lmuelle at samba.org
Mon May 14 21:22:17 GMT 2007


Author: lmuelle
Date: 2007-05-14 21:22:14 +0000 (Mon, 14 May 2007)
New Revision: 22869

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22869

Log:
Add bin/{ldap,nss,tdb}. at SHLIBEXT@ rules.

Not tested for SAMBA_3_0 as I didn't get autogen.sh or autoreconf to
build a configure.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0_25/source/Makefile.in
   branches/SAMBA_3_0_26/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-05-14 20:31:28 UTC (rev 22868)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
@@ -1499,10 +1499,22 @@
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) nsswitch/idmap_rid.o
 
-bin/ad. at SHLIBEXT@: nsswitch/idmap_ad.o
+bin/ad. at SHLIBEXT@: proto_exists nsswitch/idmap_ad.o
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) nsswitch/idmap_ad.o
 
+bin/ldap. at SHLIBEXT@: proto_exists nsswitch/idmap_ldap.o
+	@echo "Building plugin $@"
+	@$(SHLD_MODULE) nsswitch/idmap_ldap.o
+
+bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
+	@echo "Building plugin $@"
+	@$(SHLD_MODULE) nsswitch/idmap_nss.o
+
+bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
+	@echo "Building plugin $@"
+	@$(SHLD_MODULE) nsswitch/idmap_tdb.o
+
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) $(DEVEL_HELP_WEIRD_OBJ)

Modified: branches/SAMBA_3_0_25/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_25/source/Makefile.in	2007-05-14 20:31:28 UTC (rev 22868)
+++ branches/SAMBA_3_0_25/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
@@ -1349,11 +1349,26 @@
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_rid.o \
 		@SONAMEFLAG@`basename $@`
 
-bin/ad. at SHLIBEXT@: nsswitch/idmap_ad.o
+bin/ad. at SHLIBEXT@: proto_exists nsswitch/idmap_ad.o
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ad.o \
 		@SONAMEFLAG@`basename $@`
 
+bin/ldap. at SHLIBEXT@: proto_exists nsswitch/idmap_ldap.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ldap.o \
+		@SONAMEFLAG@`basename $@`
+
+bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_nss.o \
+		@SONAMEFLAG@`basename $@`
+
+bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_tdb.o \
+		@SONAMEFLAG@`basename $@`
+
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(DEVEL_HELP_WEIRD_OBJ) \

Modified: branches/SAMBA_3_0_26/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_26/source/Makefile.in	2007-05-14 20:31:28 UTC (rev 22868)
+++ branches/SAMBA_3_0_26/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
@@ -1350,11 +1350,26 @@
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_rid.o \
 		@SONAMEFLAG@`basename $@`
 
-bin/ad. at SHLIBEXT@: nsswitch/idmap_ad.o
+bin/ad. at SHLIBEXT@: proto_exists nsswitch/idmap_ad.o
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ad.o \
 		@SONAMEFLAG@`basename $@`
 
+bin/ldap. at SHLIBEXT@: proto_exists nsswitch/idmap_ldap.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ldap.o \
+		@SONAMEFLAG@`basename $@`
+
+bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_nss.o \
+		@SONAMEFLAG@`basename $@`
+
+bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
+	@echo "Building plugin $@"
+	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_tdb.o \
+		@SONAMEFLAG@`basename $@`
+
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(DEVEL_HELP_WEIRD_OBJ) \



More information about the samba-cvs mailing list