From a0fffd7e2e0ea18f7ee423ad4d9d7be7a81cc677 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 10 Apr 1999 00:54:19 +0000 Subject: [PATCH] changes to get newsParserTest to work (at least, work better...) --- mailnews/news/tests/newsParser/Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mailnews/news/tests/newsParser/Makefile.in b/mailnews/news/tests/newsParser/Makefile.in index 260fbc6894bd..ccd9c0bc021c 100644 --- a/mailnews/news/tests/newsParser/Makefile.in +++ b/mailnews/news/tests/newsParser/Makefile.in @@ -56,6 +56,17 @@ LIBS = \ -lraptorbase \ -lgmbase$(MOZ_TOOLKIT) \ -lsecfree \ + -ljsdom \ + -ljsurl \ + -lraptorhtml \ + -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ + -lraptorgfx \ + -limg \ + -lmozutil \ + $(JPEG_LIBS) \ + $(PNG_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \