diff --git a/mailnews/imap/tests/harness/Makefile.in b/mailnews/imap/tests/harness/Makefile.in index 0b2e9107cb65..4dde772129dd 100644 --- a/mailnews/imap/tests/harness/Makefile.in +++ b/mailnews/imap/tests/harness/Makefile.in @@ -31,17 +31,45 @@ CPPSRCS = \ LIBS = \ -L$(DIST)/lib \ -L$(DIST)/bin \ - -lxpcom \ - -lreg \ - -lmsgbaseutil \ - -lraptorbase \ - -lpref \ - -lmozjs \ - -lsecfree \ - $(NSPR_LIBS) \ + -labouturl \ + -lfileurl \ + -lftpurl \ + -lgophurl \ + -lremoturl \ + -lhttpurl \ + -lsockstuburl \ + -lnetcache \ + -lmimetype \ + -lnetcnvts \ + -lnetwork \ + -lnetlib \ + -lreg \ + -lxpcom \ + -lpwcac \ + -lmozdbm \ + -lxp \ + -lpref \ + -lmozjs \ + -lraptorbase \ + -lgmbase$(MOZ_TOOLKIT) \ + -lsecfree \ + -ljsdom \ + -ljsurl \ + -lraptorhtml \ + -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ + -lraptorgfx \ + -limg \ + -lmozutil \ + -lmsgbaseutil \ + $(JPEG_LIBS) \ + $(PNG_LIBS) \ + $(ZLIB_LIBS) \ + $(NSPR_LIBS) \ + $(TK_LIBS) \ $(NULL) - include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk