/[ascend]/trunk/ascend/system/SConscript
ViewVC logotype

Diff of /trunk/ascend/system/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2019 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2020 by jpye, Wed Apr 29 04:00:14 2009 UTC
# Line 46  if libascend_env.get('WITH_GRAPHVIZ'): Line 46  if libascend_env.get('WITH_GRAPHVIZ'):
46  import glob  import glob
47    
48  if libascend_env.get('CAN_INSTALL'):  if libascend_env.get('CAN_INSTALL'):
49      installdir = Dir(libascend_env.subst("$INSTALL_ROOT$INSTALL_INCLUDE/system"))      installdir = Dir(libascend_env.subst("$INSTALL_ROOT$INSTALL_INCLUDE/ascend/system"))
50    
51      headers = glob.glob("*.h")      headers = glob.glob("*.h")
52      libascend_env.InstallHeader(installdir,headers)      libascend_env.InstallHeader(installdir,headers)

Legend:
Removed from v.2019  
changed lines
  Added in v.2020

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22