summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-05-14 21:58:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:04 -0500
commit1c06148010cab8ed9742644cb11336abc31e8d8d (patch)
tree782b29455c2da7e7708a07afec80e7bc777c4ae0 /source/Makefile.in
parent6f19e5853da8a13698912dc8a19311920cadce63 (diff)
downloadsamba-1c06148010cab8ed9742644cb11336abc31e8d8d.tar.gz
samba-1c06148010cab8ed9742644cb11336abc31e8d8d.tar.xz
samba-1c06148010cab8ed9742644cb11336abc31e8d8d.zip
r22870: Don't create shared objects of nss and tdb modules.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index dc43d66963d..48a03230ebf 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1507,14 +1507,6 @@ 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)