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) \