From 428aecda71ed6ef614504467fd7a751327971880 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 25 Mar 1999 04:07:55 +0000 Subject: [PATCH] fix to get mailboxTest to build on Linux. It now builds, and runs, but it doesn't seem to pass. I'm looking into it. --- mailnews/local/tests/mailbox/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailnews/local/tests/mailbox/Makefile.in b/mailnews/local/tests/mailbox/Makefile.in index 80653cc13d0..426dfc1b4f2 100644 --- a/mailnews/local/tests/mailbox/Makefile.in +++ b/mailnews/local/tests/mailbox/Makefile.in @@ -54,6 +54,9 @@ LIBS = \ -lxp \ -lpref \ -lmozjs \ + -lmailnewsmsgdb \ + -lmork \ + -lmsgbaseutil \ -lraptorbase \ -lgmbase$(MOZ_TOOLKIT) \ -lsecfree \