Ignore:
Timestamp:
04/01/12 15:22:14 (13 years ago)
Author:
Eric.Larour
Message:

Starting systematization of python modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/m4/issm_options.m4

    r11848 r11849  
    303303                PYTHONLIB="-L$PYTHON_ROOT/lib -lpython3.2"
    304304                PYTHONEXT=.so
     305                PYTHONLINK="-dynamiclib"
    305306
    306307                AC_DEFINE([_HAVE_PYTHON_],[1],[with Python in ISSM src])
     
    309310                WRAPPEREXT=$PYTHONEXT
    310311                AC_SUBST([WRAPPEREXT])
     312                AC_SUBST([PYTHONLINK])
    311313        else
    312314                HAVE_PYTHON=no
Note: See TracChangeset for help on using the changeset viewer.