summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 926e4f75cf..dc43d66963 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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)