From ffb4093bf21718917a10b5d39f31e9b3c146697e Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 2 Feb 2012 17:18:23 +0000 Subject: [PATCH] Include 'config.h' when installing header files --- SConstruct | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SConstruct b/SConstruct index 3c8d7567c..aeed7f379 100644 --- a/SConstruct +++ b/SConstruct @@ -823,6 +823,10 @@ for header in mglob(env, 'Cantera/clib/src', 'h'): inst = env.Install(pjoin('$inst_incdir','clib'), header) installTargets.extend(inst) +inst = env.Install(pjoin('$inst_incdir', 'kernel'), config_h) +installTargets.extend(inst) + + ### List of libraries needed to link to Cantera ### linkLibs = ['oneD','zeroD','equil','kinetics','transport', 'thermo','ctnumerics','ctmath','tpx',