mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user