Skip to content
Snippets Groups Projects
Commit 098c4c16 authored by alecf%netscape.com's avatar alecf%netscape.com
Browse files

make this test compile on unix

parent c46f4462
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment