From 642eb9126190e731c73de873a613e75d6094f6c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Mon, 14 May 2007 21:58:23 +0000 Subject: [PATCH] r22870: Don't create shared objects of nss and tdb modules. (This used to be commit 1c06148010cab8ed9742644cb11336abc31e8d8d) --- source3/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index dc43d66963d..48a03230ebf 100644 --- a/source3/Makefile.in +++ b/source3/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) -- 2.34.1