Changeset 3752


Ignore:
Timestamp:
Oct 11, 2006, 2:54:31 PM (18 years ago)
Author:
duncan
Message:

change to reflect file movement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/SConstruct

    r3682 r3752  
    158158
    159159a2fv_dir = os.path.join(anuga_root, 'abstract_2d_finite_volumes')
     160
    160161a2fv_install_dir = os.path.join(install_root, 'abstract_2d_finite_volumes')
    161162
    162163env.Install(a2fv_install_dir, a2fv_env.SharedLibrary(os.path.join(a2fv_dir, 'quantity_ext'),
    163164                                                     map(lambda s: os.path.join(a2fv_dir, s), ['quantity_ext.c'])))
    164 env.Install(a2fv_install_dir, a2fv_env.SharedLibrary(os.path.join(a2fv_dir, 'shallow_water_kinetic'),
    165                                                      map(lambda s: os.path.join(a2fv_dir, s), ['shallow_water_kinetic_ext.c'])))
    166165
    167166# Shallow_water
     
    174173env.Install(sw_install_dir, sw_env.SharedLibrary(os.path.join(sw_dir, 'shallow_water_ext'),
    175174                                                 map(lambda s: os.path.join(sw_dir, s), ['shallow_water_ext.c'])))
     175env.Install(a2fv_install_dir, sw_env.SharedLibrary(os.path.join(sw_dir, 'shallow_water_kinetic'),
     176                                                     map(lambda s: os.path.join(sw_dir, s), ['shallow_water_kinetic_ext.c'])))
Note: See TracChangeset for help on using the changeset viewer.