From 098c4c16b8271ebcfb4e771e0c0786596034cdf7 Mon Sep 17 00:00:00 2001
From: "alecf%netscape.com" <alecf%netscape.com>
Date: Thu, 4 Mar 1999 01:40:40 +0000
Subject: [PATCH] make this test compile on unix

---
 mailnews/base/tests/Makefile.in | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/mailnews/base/tests/Makefile.in b/mailnews/base/tests/Makefile.in
index 551361d129099..57abb4dd94dff 100644
--- a/mailnews/base/tests/Makefile.in
+++ b/mailnews/base/tests/Makefile.in
@@ -22,10 +22,23 @@ srcdir		= @srcdir@
 
 include $(DEPTH)/config/autoconf.mk
 
+PROGRAM = testmailnews
+
 CPPSRCS = \
 		test.cpp \
 		$(NULL)
 
+LIBS =	\
+		-L$(DIST)/lib			\
+		-L$(DIST)/bin			\
+		-lxpcom					\
+		-lreg					\
+		-lnspr21				\
+		-lplc21					\
+		-lplds21				\
+		$(NULL)
+
+
 include $(topsrcdir)/config/config.mk
 
 include $(topsrcdir)/config/rules.mk
-- 
GitLab