From d2cc74de968adcd2f5a9daafc590bed247d6ace5 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Thu, 19 Apr 2001 09:57:17 +0000 Subject: [PATCH] Move ldap40 and lber40 after MOZ_COMPONENT_LIBS so that they have a -L in effect. b=76482. r=cld. a=roc+moz. --- directory/xpcom/base/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory/xpcom/base/src/Makefile.in b/directory/xpcom/base/src/Makefile.in index 580415a1ddd2..b0c0307ef81d 100644 --- a/directory/xpcom/base/src/Makefile.in +++ b/directory/xpcom/base/src/Makefile.in @@ -69,7 +69,7 @@ CSRCS = \ nsLDAPConnectionCallbacks.c \ $(NULL) -EXTRA_DSO_LDOPTS += -lldap40 -llber40 $(MOZ_COMPONENT_LIBS) +EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -lldap40 -llber40 include $(topsrcdir)/config/rules.mk