From 4e15d0c98f431e94dd208cb867b600c21dea2c59 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 27 May 1999 01:22:14 +0000 Subject: [PATCH] fix UNIX build bustage. we will still have runtime bustage, but I'll fix that next --- mailnews/compose/tests/smtp/Makefile.in | 1 - mailnews/imap/tests/harness/Makefile.in | 2 -- mailnews/news/tests/newsParser/Makefile.in | 1 - 3 files changed, 4 deletions(-) diff --git a/mailnews/compose/tests/smtp/Makefile.in b/mailnews/compose/tests/smtp/Makefile.in index 6afae96c152..55fd5bf7056 100644 --- a/mailnews/compose/tests/smtp/Makefile.in +++ b/mailnews/compose/tests/smtp/Makefile.in @@ -53,7 +53,6 @@ LIBS = \ -lxp \ -lpref \ -lmozjs \ - -lraptorhtml \ -lraptorhtmlpars \ -lexpat \ -lxmltok \ diff --git a/mailnews/imap/tests/harness/Makefile.in b/mailnews/imap/tests/harness/Makefile.in index cb7b2863411..6e96cef18fc 100644 --- a/mailnews/imap/tests/harness/Makefile.in +++ b/mailnews/imap/tests/harness/Makefile.in @@ -53,11 +53,9 @@ LIBS = \ -lsecfree \ -ljsdom \ -ljsurl \ - -lraptorhtml \ -lraptorhtmlpars \ -lexpat \ -lxmltok \ - -lraptorgfx \ -limg \ -lgfxgtk \ -lraptorgfx \ diff --git a/mailnews/news/tests/newsParser/Makefile.in b/mailnews/news/tests/newsParser/Makefile.in index 1afe1a15cf0..06e52d64e5f 100644 --- a/mailnews/news/tests/newsParser/Makefile.in +++ b/mailnews/news/tests/newsParser/Makefile.in @@ -55,7 +55,6 @@ LIBS = \ -lsecfree \ -ljsdom \ -ljsurl \ - -lraptorhtml \ -lraptorhtmlpars \ -lexpat \ -lxmltok \