From 0650b034ddbb9a36901f76d8e64c7207192faefb Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 11 Mar 1999 01:30:07 +0000 Subject: [PATCH] we don't need to link against these libraries any more on unix --- mailnews/news/tests/nntp/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/mailnews/news/tests/nntp/Makefile.in b/mailnews/news/tests/nntp/Makefile.in index d193dd21927e..dd2befddc9d0 100644 --- a/mailnews/news/tests/nntp/Makefile.in +++ b/mailnews/news/tests/nntp/Makefile.in @@ -47,8 +47,6 @@ LIBS = \ -lnetlib \ -lnetutil \ -lnntp \ - -lnntpTest \ - -lrdf \ -lreg \ -lxpcom \ -lpwcac \ @@ -68,7 +66,6 @@ LIBS = \ -lpng \ -ljpeg \ -lmozutil \ - -lgfxgtk \ -lz \ $(DIST)/lib/librdfbase_s.a \ $(NSPR_LIBS) \