Makefile rules fix for bug 625962.

This commit is contained in:
Andreas Gal 2011-01-14 18:42:58 -08:00
parent 62486d8029
commit 3593b7215c

View File

@ -224,7 +224,7 @@ ifdef CPP_UNIT_TESTS
CPPSRCS += $(CPP_UNIT_TESTS)
SIMPLE_PROGRAMS += $(CPP_UNIT_TESTS:.cpp=$(BIN_SUFFIX))
INCLUDES += -I$(DIST)/include/testing
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS)
LIBS += $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) -ljs_static
# ...and run them the usual way
check::