From cb7730479f29974c28b2773da8055181fa5b6612 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Mon, 18 Jun 2012 14:55:39 +0000 Subject: [PATCH] [cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math --- ext/Makefile.am | 2 +- ext/libexecstream/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 663468361..1bbdd8013 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -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: diff --git a/ext/libexecstream/Makefile.am b/ext/libexecstream/Makefile.am index ac4f1b59f..141ec3307 100644 --- a/ext/libexecstream/Makefile.am +++ b/ext/libexecstream/Makefile.am @@ -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)