1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

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 commit is contained in:
Lars Müller 2007-05-14 21:22:14 +00:00 committed by Gerald (Jerry) Carter
parent 74fa57ca5d
commit 6f19e5853d

View File

@ -1499,10 +1499,22 @@ bin/rid.@SHLIBEXT@: proto_exists nsswitch/idmap_rid.o
@echo "Building plugin $@" @echo "Building plugin $@"
@$(SHLD_MODULE) nsswitch/idmap_rid.o @$(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 $@" @echo "Building plugin $@"
@$(SHLD_MODULE) nsswitch/idmap_ad.o @$(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) bin/weird.@SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
@echo "Building plugin $@" @echo "Building plugin $@"
@$(SHLD_MODULE) $(DEVEL_HELP_WEIRD_OBJ) @$(SHLD_MODULE) $(DEVEL_HELP_WEIRD_OBJ)