Forgot to check in this fix.

This commit is contained in:
Harry Moffat 2009-01-09 20:28:30 +00:00
parent ce4c00c749
commit 58431fcb99

View file

@ -54,7 +54,7 @@ TOTAL_OBJ = $(NUMERICS_OBJ) $(ODEPACKAGE_OBJ)
TTOTAL_H = $(NUMERICS_H) CVode.h CVodesIntegrator.h
CXX_INCLUDES = -I../base
CXX_INCLUDES = -I../base $(SUNDIALS_INC)
LIB = @buildlib@/libctnumerics.a
DEPENDS = $(TOTAL_OBJ:.o=.d)