r22869: Add bin/{ldap,nss,tdb}.@SHLIBEXT@ rules.
authorLars Müller <lmuelle@samba.org>
Mon, 14 May 2007 21:22:14 +0000 (21:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:04 +0000 (12:22 -0500)
Not tested for SAMBA_3_0 as I didn't get autogen.sh or autoreconf to
build a configure.
(This used to be commit 6f19e5853da8a13698912dc8a19311920cadce63)

source3/Makefile.in

index 926e4f75cfc87ea258a672828d7cecb6fb5b4210..dc43d66963d60741613fabe6a6dc350542e4afb7 100644 (file)
@@ -1499,10 +1499,22 @@ bin/rid.@SHLIBEXT@: proto_exists nsswitch/idmap_rid.o
        @echo "Building plugin $@"
        @$(SHLD_MODULE) nsswitch/idmap_rid.o
 
-bin/ad.@SHLIBEXT@: nsswitch/idmap_ad.o
+bin/ad.@SHLIBEXT@: proto_exists nsswitch/idmap_ad.o
        @echo "Building plugin $@"
        @$(SHLD_MODULE) nsswitch/idmap_ad.o
 
+bin/ldap.@SHLIBEXT@: proto_exists nsswitch/idmap_ldap.o
+       @echo "Building plugin $@"
+       @$(SHLD_MODULE) nsswitch/idmap_ldap.o
+
+bin/nss.@SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
+       @echo "Building plugin $@"
+       @$(SHLD_MODULE) nsswitch/idmap_nss.o
+
+bin/tdb.@SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
+       @echo "Building plugin $@"
+       @$(SHLD_MODULE) nsswitch/idmap_tdb.o
+
 bin/weird.@SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
        @echo "Building plugin $@"
        @$(SHLD_MODULE) $(DEVEL_HELP_WEIRD_OBJ)