summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-05-14 21:22:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:04 -0500
commit811d1f7abf02422fc76a16a3f878868b24545891 (patch)
treed926c09d9526007bb403a488f819232c0a4285a2
parentfad7dd8a60e6637598b17fa89ec92d98db51fffe (diff)
downloadsamba-811d1f7abf02422fc76a16a3f878868b24545891.tar.gz
samba-811d1f7abf02422fc76a16a3f878868b24545891.tar.bz2
samba-811d1f7abf02422fc76a16a3f878868b24545891.zip
r22869: Add bin/{ldap,nss,tdb}.@SHLIBEXT@ rules.
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)
-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)