From d43e5b92ea7625e4612c8cb694f17af7a3dfee97 Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Wed, 25 Aug 1999 14:39:53 +0000 Subject: [PATCH] Cleanup zlib cruft. git-svn-id: svn://10.0.0.236/trunk@44504 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/db/mork/build/Makefile.in | 1 - mozilla/htmlparser/robot/Makefile.in | 1 - mozilla/layout/html/tests/Makefile.in | 4 ---- mozilla/mailnews/compose/tests/compose/Makefile.in | 2 -- mozilla/mailnews/compose/tests/compose2/Makefile.in | 1 - mozilla/mailnews/compose/tests/geturl/Makefile.in | 3 --- mozilla/mailnews/compose/tests/sendlater/Makefile.in | 3 --- mozilla/mailnews/compose/tests/sendpage/Makefile.in | 2 -- mozilla/mailnews/compose/tests/smtp/Makefile.in | 3 --- mozilla/mailnews/db/mork/build/Makefile.in | 1 - mozilla/mailnews/db/msgdb/build/Makefile.in | 1 - mozilla/mailnews/imap/tests/harness/Makefile.in | 2 -- mozilla/mailnews/local/tests/mailbox/Makefile.in | 2 -- mozilla/mailnews/local/tests/mboxParser/Makefile.in | 2 -- mozilla/mailnews/local/tests/pop3/Makefile.in | 2 -- mozilla/mailnews/mime/abstatus/src/Makefile.in | 1 - mozilla/mailnews/mime/cthandlers/calendar/Makefile.in | 1 - mozilla/mailnews/mime/emitters/src/Makefile.in | 1 - mozilla/mailnews/mime/tests/mimetest/Makefile.in | 1 - mozilla/mailnews/news/src/Makefile.in | 1 - mozilla/mailnews/news/tests/newsParser/Makefile.in | 4 ---- mozilla/mailnews/news/tests/nntp/Makefile.in | 2 -- mozilla/modules/libimg/Makefile.in | 2 -- mozilla/modules/libimg/src/Makefile.in | 6 +----- mozilla/modules/libjar/Makefile.in | 6 +++++- mozilla/parser/htmlparser/robot/Makefile.in | 1 - mozilla/rdf/tests/rdfcat/Makefile.in | 3 --- mozilla/rdf/tests/rdfpoll/Makefile.in | 3 --- mozilla/webshell/tests/viewer/Makefile.in | 3 --- mozilla/xpcom/tests/Makefile.in | 1 - mozilla/xpfe/bootstrap/Makefile.in | 1 - mozilla/xpfe/components/find/src/Makefile.in | 1 - mozilla/xpfe/components/prefwindow/src/Makefile.in | 1 - mozilla/xpfe/components/sample/src/Makefile.in | 1 - mozilla/xpfe/components/ucth/src/Makefile.in | 1 - mozilla/xpfe/components/xfer/src/Makefile.in | 1 - 36 files changed, 6 insertions(+), 66 deletions(-) diff --git a/mozilla/db/mork/build/Makefile.in b/mozilla/db/mork/build/Makefile.in index 80fd87ce94f..6609d5ac746 100644 --- a/mozilla/db/mork/build/Makefile.in +++ b/mozilla/db/mork/build/Makefile.in @@ -42,7 +42,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ -lxpcom \ - -lxp \ -lmsgbaseutil \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 5b33055e91a..77bbfdbd391 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -34,7 +34,6 @@ endif ifndef NECKO LIBS = \ - -lxp \ -lnetlib \ -lftpurl \ -lfileurl \ diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index ec4c1e28925..319f35f0e79 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -63,15 +63,11 @@ GECKO_LIBS = \ LIBS = \ $(GECKO_LIBS) \ -lmozjs \ - -ljsdom \ -lraptorgfx \ -lxpcom \ - -lxp \ - -ljsurl \ $(MOZ_TIMER_LIBS) \ $(TK_LIBS) \ $(NET_LIBS) \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/compose/Makefile.in b/mozilla/mailnews/compose/tests/compose/Makefile.in index 36b5f4c2e20..4f4ff7d326f 100644 --- a/mozilla/mailnews/compose/tests/compose/Makefile.in +++ b/mozilla/mailnews/compose/tests/compose/Makefile.in @@ -30,10 +30,8 @@ LIBS = \ -lmsgbaseutil \ -lxpcom \ -lmozdbm \ - -lxp \ -lmozjs \ $(MOZ_TIMER_LIBS) \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/compose2/Makefile.in b/mozilla/mailnews/compose/tests/compose2/Makefile.in index cc04024f51b..41c3f6d4d4f 100644 --- a/mozilla/mailnews/compose/tests/compose2/Makefile.in +++ b/mozilla/mailnews/compose/tests/compose2/Makefile.in @@ -43,7 +43,6 @@ LIBS = \ -lxpcom \ -lpwcac \ -lmozdbm \ - -lxp \ -lmozjs \ -lraptorgfx \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/geturl/Makefile.in b/mozilla/mailnews/compose/tests/geturl/Makefile.in index 50e55a6dc69..31368efaddb 100644 --- a/mozilla/mailnews/compose/tests/geturl/Makefile.in +++ b/mozilla/mailnews/compose/tests/geturl/Makefile.in @@ -31,7 +31,6 @@ CPPSRCS = \ BASE_LIBS = \ -lmozjs \ - -lxpcom \ $(NULL) GECKO_LIBS = \ @@ -51,8 +50,6 @@ NETLIB_LIBS = \ -lnetcnvts \ -lnetlib \ -lnetwork \ - -lxp \ - -lmozdbm \ -lpwcac \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/sendlater/Makefile.in b/mozilla/mailnews/compose/tests/sendlater/Makefile.in index cdd7961bab0..589af5c41fb 100644 --- a/mozilla/mailnews/compose/tests/sendlater/Makefile.in +++ b/mozilla/mailnews/compose/tests/sendlater/Makefile.in @@ -42,10 +42,7 @@ LIBS = \ $(MOZ_TIMER_LIBS) \ -lxpcom \ -lpwcac \ - -lmozdbm \ - -lxp \ -lmozjs \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ -lraptorgfx \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/sendpage/Makefile.in b/mozilla/mailnews/compose/tests/sendpage/Makefile.in index 4077dbe491a..da7e02166d4 100644 --- a/mozilla/mailnews/compose/tests/sendpage/Makefile.in +++ b/mozilla/mailnews/compose/tests/sendpage/Makefile.in @@ -29,8 +29,6 @@ CPPSRCS = Test.cpp LIBS = \ $(MOZ_TIMER_LIBS) \ -lxpcom \ - -lmozdbm \ - -lxp \ -lmozjs \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/compose/tests/smtp/Makefile.in b/mozilla/mailnews/compose/tests/smtp/Makefile.in index 9a46d7ba613..fb6002a36b0 100644 --- a/mozilla/mailnews/compose/tests/smtp/Makefile.in +++ b/mozilla/mailnews/compose/tests/smtp/Makefile.in @@ -29,11 +29,8 @@ CPPSRCS = smtpTest.cpp LIBS = \ -lxpcom \ -lmozdbm \ - -lxp \ -lmozjs \ - -lxp \ $(MOZ_TIMER_LIBS) \ - $(ZLIB_LIBS) \ $(DIST)/lib/librdfbase_s.a \ $(NSPR_LIBS) \ $(TK_LIBS) \ diff --git a/mozilla/mailnews/db/mork/build/Makefile.in b/mozilla/mailnews/db/mork/build/Makefile.in index 80fd87ce94f..6609d5ac746 100644 --- a/mozilla/mailnews/db/mork/build/Makefile.in +++ b/mozilla/mailnews/db/mork/build/Makefile.in @@ -42,7 +42,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ -lxpcom \ - -lxp \ -lmsgbaseutil \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/db/msgdb/build/Makefile.in b/mozilla/mailnews/db/msgdb/build/Makefile.in index 6555d18727e..ee2a9bdf845 100644 --- a/mozilla/mailnews/db/msgdb/build/Makefile.in +++ b/mozilla/mailnews/db/msgdb/build/Makefile.in @@ -38,7 +38,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ -lxpcom \ - -lxp \ -lmsgbaseutil \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/imap/tests/harness/Makefile.in b/mozilla/mailnews/imap/tests/harness/Makefile.in index 7fbaa22f6e7..dac0ea6a4c8 100644 --- a/mozilla/mailnews/imap/tests/harness/Makefile.in +++ b/mozilla/mailnews/imap/tests/harness/Makefile.in @@ -32,11 +32,9 @@ LIBS = \ -L$(DIST)/bin \ -lxpcom \ -lmozdbm \ - -lxp \ -lmozjs \ -lmsgbaseutil \ $(MOZ_TIMER_LIBS) \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/local/tests/mailbox/Makefile.in b/mozilla/mailnews/local/tests/mailbox/Makefile.in index b00b15a7519..47d743f7d42 100644 --- a/mozilla/mailnews/local/tests/mailbox/Makefile.in +++ b/mozilla/mailnews/local/tests/mailbox/Makefile.in @@ -45,11 +45,9 @@ LIBS = \ -lxpcom \ -lpwcac \ -lmozdbm \ - -lxp \ -lmozjs \ -lmork \ -lmsgbaseutil \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/local/tests/mboxParser/Makefile.in b/mozilla/mailnews/local/tests/mboxParser/Makefile.in index 2043756de7d..ec07fbe022a 100644 --- a/mozilla/mailnews/local/tests/mboxParser/Makefile.in +++ b/mozilla/mailnews/local/tests/mboxParser/Makefile.in @@ -41,9 +41,7 @@ LIBS = \ -lxpcom \ -lpwcac \ -lmozdbm \ - -lxp \ -lmozjs \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/local/tests/pop3/Makefile.in b/mozilla/mailnews/local/tests/pop3/Makefile.in index 2f1949f4c40..d8b95d52529 100644 --- a/mozilla/mailnews/local/tests/pop3/Makefile.in +++ b/mozilla/mailnews/local/tests/pop3/Makefile.in @@ -30,10 +30,8 @@ LIBS = \ -lmsgbaseutil \ -lxpcom \ -lmozdbm \ - -lxp \ -lmozjs \ $(MOZ_TIMER_LIBS) \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/mime/abstatus/src/Makefile.in b/mozilla/mailnews/mime/abstatus/src/Makefile.in index 0706bc6bead..82ff42575ab 100644 --- a/mozilla/mailnews/mime/abstatus/src/Makefile.in +++ b/mozilla/mailnews/mime/abstatus/src/Makefile.in @@ -36,7 +36,6 @@ CPPSRCS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ - -lxp \ -lxpcom \ $(NULL) diff --git a/mozilla/mailnews/mime/cthandlers/calendar/Makefile.in b/mozilla/mailnews/mime/cthandlers/calendar/Makefile.in index 5e546442d9c..a096f1d7161 100644 --- a/mozilla/mailnews/mime/cthandlers/calendar/Makefile.in +++ b/mozilla/mailnews/mime/cthandlers/calendar/Makefile.in @@ -36,7 +36,6 @@ CPPSRCS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ - -lxp \ -lxpcom \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/mime/emitters/src/Makefile.in b/mozilla/mailnews/mime/emitters/src/Makefile.in index d3f925c67fe..7f2095e608c 100644 --- a/mozilla/mailnews/mime/emitters/src/Makefile.in +++ b/mozilla/mailnews/mime/emitters/src/Makefile.in @@ -46,7 +46,6 @@ CPPSRCS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ - -lxp \ -lxpcom \ $(NULL) diff --git a/mozilla/mailnews/mime/tests/mimetest/Makefile.in b/mozilla/mailnews/mime/tests/mimetest/Makefile.in index 00d4dc6bb63..57accf611bb 100644 --- a/mozilla/mailnews/mime/tests/mimetest/Makefile.in +++ b/mozilla/mailnews/mime/tests/mimetest/Makefile.in @@ -47,7 +47,6 @@ NETLIB_LIBS = \ -lnetcnvts \ -lnetlib \ -lnetwork \ - -lxp \ -lmozdbm \ -lpwcac \ $(NULL) diff --git a/mozilla/mailnews/news/src/Makefile.in b/mozilla/mailnews/news/src/Makefile.in index aa8b27aae17..734d46ba7d1 100644 --- a/mozilla/mailnews/news/src/Makefile.in +++ b/mozilla/mailnews/news/src/Makefile.in @@ -59,7 +59,6 @@ CPPSRCS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ - -lxp \ -lxpcom \ -lmsgbaseutil \ $(NSPR_LIBS) \ diff --git a/mozilla/mailnews/news/tests/newsParser/Makefile.in b/mozilla/mailnews/news/tests/newsParser/Makefile.in index 9c63959ff3f..e6a5106b068 100644 --- a/mozilla/mailnews/news/tests/newsParser/Makefile.in +++ b/mozilla/mailnews/news/tests/newsParser/Makefile.in @@ -40,16 +40,12 @@ LIBS = \ -lnetlib \ -lpwcac \ -lmozdbm \ - -lxp \ -lmozjs \ -lraptorgfx \ $(DIST)/lib/libmsgnews_s.a \ -lmsgbaseutil \ $(MOZ_TIMER_LIBS) \ -lxpcom \ - $(JPEG_LIBS) \ - $(PNG_LIBS) \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/news/tests/nntp/Makefile.in b/mozilla/mailnews/news/tests/nntp/Makefile.in index 5bbcff38169..1d490236a6c 100644 --- a/mozilla/mailnews/news/tests/nntp/Makefile.in +++ b/mozilla/mailnews/news/tests/nntp/Makefile.in @@ -28,11 +28,9 @@ CPPSRCS = nntpTest.cpp LIBS = \ -lxpcom \ -lmozdbm \ - -lxp \ -lmozjs \ -lmsgbaseutil \ $(MOZ_TIMER_LIBS) \ - $(ZLIB_LIBS) \ $(DIST)/lib/librdfbase_s.a \ $(NSPR_LIBS) \ $(TK_LIBS) \ diff --git a/mozilla/modules/libimg/Makefile.in b/mozilla/modules/libimg/Makefile.in index 6993cbd7e6f..c821ea48bf5 100644 --- a/mozilla/modules/libimg/Makefile.in +++ b/mozilla/modules/libimg/Makefile.in @@ -28,6 +28,4 @@ endif DIRS += public public_com src gifcom pngcom jpgcom -EXTRA_LIBS = $(PNG_LIBS) $(ZLIB_LIBS) - include $(topsrcdir)/config/rules.mk diff --git a/mozilla/modules/libimg/src/Makefile.in b/mozilla/modules/libimg/src/Makefile.in index 3b0bd2985ae..9429ebbd132 100644 --- a/mozilla/modules/libimg/src/Makefile.in +++ b/mozilla/modules/libimg/src/Makefile.in @@ -28,8 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = img LIBRARY_NAME = img_s -LOCAL_INCLUDES = -I$(srcdir) $(PNG_CFLAGS) $(ZLIB_CFLAGS) -EXTRA_LIBS = $(PNG_LIBS) $(ZLIB_LIBS) +LOCAL_INCLUDES = -I$(srcdir) CPPSRCS = \ ilNetReader.cpp \ @@ -48,9 +47,6 @@ CPPSRCS += xpcompat.cpp \ REQUIRES += util img xpcom -EXTRA_LIBS += $(NSPR_LIBS) - - EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) MKSHLIB := diff --git a/mozilla/modules/libjar/Makefile.in b/mozilla/modules/libjar/Makefile.in index bce8117c6f5..f9e2d6fb38e 100644 --- a/mozilla/modules/libjar/Makefile.in +++ b/mozilla/modules/libjar/Makefile.in @@ -40,6 +40,10 @@ EXPORTS = zipfile.h EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) -EXTRA_DSO_LDOPTS = $(ZLIB_LIBS) -L$(DIST)/bin -lxp +EXTRA_DSO_LDOPTS =\ + -L$(DIST)/bin \ + -lxp \ + $(ZLIB_LIBS) \ + $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 5b33055e91a..77bbfdbd391 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -34,7 +34,6 @@ endif ifndef NECKO LIBS = \ - -lxp \ -lnetlib \ -lftpurl \ -lfileurl \ diff --git a/mozilla/rdf/tests/rdfcat/Makefile.in b/mozilla/rdf/tests/rdfcat/Makefile.in index e63e04d537e..ac055c076a9 100644 --- a/mozilla/rdf/tests/rdfcat/Makefile.in +++ b/mozilla/rdf/tests/rdfcat/Makefile.in @@ -44,9 +44,6 @@ NETLIB_LIBS = \ -lnetcnvts \ -lnetlib \ -lnetwork \ - -lxp \ - -ljsurl \ - -lmozdbm \ -lpwcac \ $(NULL) else diff --git a/mozilla/rdf/tests/rdfpoll/Makefile.in b/mozilla/rdf/tests/rdfpoll/Makefile.in index cc1624f176e..18e2bc40065 100644 --- a/mozilla/rdf/tests/rdfpoll/Makefile.in +++ b/mozilla/rdf/tests/rdfpoll/Makefile.in @@ -44,9 +44,6 @@ NETLIB_LIBS = \ -lnetcnvts \ -lnetlib \ -lnetwork \ - -lxp \ - -ljsurl \ - -lmozdbm \ -lpwcac \ $(NULL) else diff --git a/mozilla/webshell/tests/viewer/Makefile.in b/mozilla/webshell/tests/viewer/Makefile.in index e513fdd90e3..3854f23e127 100644 --- a/mozilla/webshell/tests/viewer/Makefile.in +++ b/mozilla/webshell/tests/viewer/Makefile.in @@ -113,9 +113,6 @@ NETLIB_LIBS = \ -lnetcnvts \ -lnetlib \ -lnetwork \ - -lxp \ - -ljsurl \ - -lmozdbm \ -lpwcac \ $(NULL) endif diff --git a/mozilla/xpcom/tests/Makefile.in b/mozilla/xpcom/tests/Makefile.in index d6f15890f2a..0c04d435d67 100644 --- a/mozilla/xpcom/tests/Makefile.in +++ b/mozilla/xpcom/tests/Makefile.in @@ -86,7 +86,6 @@ endif LIBS += \ -lmozjs \ - -lxp \ -lxpcom \ $(NETLIB_LIBS) \ $(MOZ_TIMER_LIBS) \ diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 2642cc834ae..5bc4ae7b920 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -39,7 +39,6 @@ LIBS = \ -lgophurl \ -lftpurl \ -lremoturl \ - -lxp \ -lnetcache \ -lnetcnvts \ -lmimetype \ diff --git a/mozilla/xpfe/components/find/src/Makefile.in b/mozilla/xpfe/components/find/src/Makefile.in index 5654d46bb68..c7712a2d8d7 100644 --- a/mozilla/xpfe/components/find/src/Makefile.in +++ b/mozilla/xpfe/components/find/src/Makefile.in @@ -33,7 +33,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/lib \ -lxpcom \ -lmozjs \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/xpfe/components/prefwindow/src/Makefile.in b/mozilla/xpfe/components/prefwindow/src/Makefile.in index 3b3a1eb061b..b716a71edc7 100644 --- a/mozilla/xpfe/components/prefwindow/src/Makefile.in +++ b/mozilla/xpfe/components/prefwindow/src/Makefile.in @@ -35,7 +35,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ -L$(DIST)/lib \ -lxpcom \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/xpfe/components/sample/src/Makefile.in b/mozilla/xpfe/components/sample/src/Makefile.in index dd71f0f13f9..1374e415e26 100644 --- a/mozilla/xpfe/components/sample/src/Makefile.in +++ b/mozilla/xpfe/components/sample/src/Makefile.in @@ -33,7 +33,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/lib \ -lxpcom \ -lnetlib \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/xpfe/components/ucth/src/Makefile.in b/mozilla/xpfe/components/ucth/src/Makefile.in index 5691d98cb1d..367c9731e05 100644 --- a/mozilla/xpfe/components/ucth/src/Makefile.in +++ b/mozilla/xpfe/components/ucth/src/Makefile.in @@ -33,7 +33,6 @@ EXTRA_DSO_LDOPTS = \ -L$(DIST)/lib \ -lxpcom \ -lmozjs \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/xpfe/components/xfer/src/Makefile.in b/mozilla/xpfe/components/xfer/src/Makefile.in index 415ea2fe8b8..1bda18d4335 100644 --- a/mozilla/xpfe/components/xfer/src/Makefile.in +++ b/mozilla/xpfe/components/xfer/src/Makefile.in @@ -37,7 +37,6 @@ EXTRA_DSO_LDOPTS = \ -lxpcom \ -lmozjs \ -lneckoutil_s \ - $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL)