From 07fa937efc077fb16455e6496c5ffbc3cf86eef8 Mon Sep 17 00:00:00 2001 From: "rhp%netscape.com" Date: Fri, 12 Mar 1999 01:22:30 +0000 Subject: [PATCH] Changes for linux build. git-svn-id: svn://10.0.0.236/trunk@23820 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mime/src/Makefile.in | 42 ++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/mozilla/mailnews/mime/src/Makefile.in b/mozilla/mailnews/mime/src/Makefile.in index e857fc6575b..9a1cf53605f 100644 --- a/mozilla/mailnews/mime/src/Makefile.in +++ b/mozilla/mailnews/mime/src/Makefile.in @@ -95,13 +95,41 @@ CSRCS = \ EXTRA_DSO_LDOPTS = \ -L$(DIST)/bin \ - $(NSPR_LIBS) \ - -ljs \ - -lraptorbase \ - -lpref \ - -lsecfree \ - -lxp \ - -lxpcom \ + $(TK_LIBS) \ + -labouturl \ + -lfileurl \ + -lftpurl \ + -lgophurl \ + -lremoturl \ + -lhttpurl \ + -lsockstuburl \ + -lnetcache \ + -lmimetype \ + -lnetcnvts \ + -lnetwork \ + -lnetlib \ + -lnetutil \ + -lreg \ + -lxpcom \ + -lpwcac \ + -lmozdbm \ + -lxp \ + -lpref \ + -ljs \ + -lraptorbase \ + -lgmbase$(MOZ_TOOLKIT) \ + -lsecfree \ + -lraptorhtml \ + -lraptorhtmlpars \ + -lraptorgfx \ + -ljsdom \ + -ljsurl \ + -limg \ + -lpng \ + -ljpeg \ + -lmozutil \ + -lz \ + $(DIST)/lib/librdfbase_s.a \ $(NULL) #