mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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:
parent
74fa57ca5d
commit
6f19e5853d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user