From d59e2a9e5470bb2b49038e9195948f9b4cdf6916 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 10 Jun 1999 04:32:46 +0000 Subject: [PATCH] get this to link on IRIX. thanks to Jason Heirtzler for the patch. git-svn-id: svn://10.0.0.236/trunk@34558 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/tests/newsParser/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/news/tests/newsParser/Makefile.in b/mozilla/mailnews/news/tests/newsParser/Makefile.in index 96b700299e8..a3a731d2490 100644 --- a/mozilla/mailnews/news/tests/newsParser/Makefile.in +++ b/mozilla/mailnews/news/tests/newsParser/Makefile.in @@ -46,7 +46,6 @@ LIBS = \ -lnetwork \ -lnetlib \ -lreg \ - -lxpcom \ -lpwcac \ -lmozdbm \ -lxp \ @@ -64,8 +63,9 @@ LIBS = \ -lraptorgfx \ -lgfxps \ -lmozutil \ - -lmsgbaseutil \ $(DIST)/lib/libmsgnews_s.a \ + -lmsgbaseutil \ + -lxpcom \ $(JPEG_LIBS) \ $(PNG_LIBS) \ $(ZLIB_LIBS) \