From 6217081df1b53bd3c04a15e746c3a58fc8e183e6 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Thu, 1 Jul 1999 21:46:05 +0000 Subject: [PATCH] Reordered Netlib libs. NECKO only. --- widget/tests/widget/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/widget/tests/widget/Makefile.in b/widget/tests/widget/Makefile.in index 916fd80504d2..1d974781c9f9 100644 --- a/widget/tests/widget/Makefile.in +++ b/widget/tests/widget/Makefile.in @@ -38,7 +38,7 @@ CPPSRCS = \ $(NULL) ifndef NECKO -LIBS := \ +NET_LIBS = \ -lnetlib \ -lremoturl \ -lnetcnvts \ @@ -55,12 +55,12 @@ LIBS := \ $(NULL) else -LIBS := \ +NET_LIBS = \ -lneckoutil_s \ $(NULL) endif -LIBS += \ +LIBS = \ -lraptorgfx \ -lpref \ -lsecfree \ @@ -82,6 +82,7 @@ LIBS += \ -ljsurl \ -ljsdom \ -lraptorgfx \ + $(NET_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL)