]> git.sur5r.net Git - openldap/commit - servers/slurpd/Makefile.in
Revamp build system yet again to move all external libraries to
authorKurt Zeilenga <kurt@openldap.org>
Thu, 14 Jan 1999 01:31:43 +0000 (01:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 14 Jan 1999 01:31:43 +0000 (01:31 +0000)
commit28a671d10de22b45cd9007b0953468b5bbd02bc3
tree5131d471295864cd9ffab150546c5560e3d23243
parent2a220163d76c47c5e61d9a922d29521f6d1596c0
Revamp build system yet again to move all external libraries to
end of link.    Basic order is:
$LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS

LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems.
LIBS is next to last as some user might have put -lpthread (or equiv)
in $LIBS.
18 files changed:
build/top.mk
clients/fax500/Makefile.in
clients/finger/Makefile.in
clients/gopher/Makefile.in
clients/mail500/Makefile.in
clients/rcpt500/Makefile.in
clients/tools/Makefile.in
clients/ud/Makefile.in
libraries/libavl/Makefile.in
libraries/liblber/Makefile.in
libraries/libldap/Makefile.in
libraries/libldap_r/Makefile.in
libraries/libldbm/Makefile.in
libraries/liblthread/Makefile.in
servers/ldapd/Makefile.in
servers/slapd/Makefile.in
servers/slapd/tools/Makefile.in
servers/slurpd/Makefile.in