[cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math

This commit is contained in:
Nicholas Malaya
2012-06-18 14:55:39 +00:00
parent b37083651e
commit cb7730479f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
SUBDIRS = f2c_libs f2c_blas f2c_lapack cvode libexecstream
SUBDIRS = libexecstream f2c_math f2c_libs f2c_blas f2c_lapack cvode
# header file accumulation
all:

View File

@@ -1,5 +1,5 @@
cc_sources = exec-stream.h
h_sources =
cc_sources = exec-stream.cpp
h_sources = exec-stream.h
AM_CPPFLAGS = -I.
AM_CXXFLAGS = $(AM_CPPFLAGS)