diff options
author | Lars Müller <lmuelle@samba.org> | 2007-05-14 21:58:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:04 -0500 |
commit | 642eb9126190e731c73de873a613e75d6094f6c1 (patch) | |
tree | 296cc27611b269f2fde068f3ae55cb9e955aef49 /source3 | |
parent | 811d1f7abf02422fc76a16a3f878868b24545891 (diff) | |
download | samba-642eb9126190e731c73de873a613e75d6094f6c1.tar.gz samba-642eb9126190e731c73de873a613e75d6094f6c1.tar.bz2 samba-642eb9126190e731c73de873a613e75d6094f6c1.zip |
r22870: Don't create shared objects of nss and tdb modules.
(This used to be commit 1c06148010cab8ed9742644cb11336abc31e8d8d)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index dc43d66963..48a03230eb 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) |