[cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math
This commit is contained in:
parent
b37083651e
commit
cb7730479f
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue