make this test compile on unix

This commit is contained in:
alecf%netscape.com 1999-03-04 01:40:40 +00:00
parent c46f4462e5
commit 098c4c16b8

View File

@ -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