Changeset 15851


Ignore:
Timestamp:
08/21/13 07:36:43 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: subdir-objects needs to be deactivated for now, as python and matlab both use different version of the same objects

Location:
issm/trunk-jpl/src/wrappers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r15848 r15851  
    11AM_CPPFLAGS = @DAKOTAINCL@ @MATLABINCL@ @PETSCINCL@ @MPIINCL@ @SPOOLESINCL@ @METISINCL@ @TRIANGLEINCL@ @CHACOINCL@ @SCOTCHINCL@ @SHAPELIBINCL@
    2 AUTOMAKE_OPTIONS = subdir-objects
     2#AUTOMAKE_OPTIONS = subdir-objects
    33
    44EXEEXT=$(MATLABWRAPPEREXT)
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r15848 r15851  
    11AM_CPPFLAGS = @DAKOTAINCL@ @PETSCINCL@ @MPIINCL@ @SPOOLESINCL@ @METISINCL@ @TRIANGLEINCL@ @CHACOINCL@ @SCOTCHINCL@ @SHAPELIBINCL@ @PYTHONINCL@ @PYTHON_NUMPYINCL@
    2 AUTOMAKE_OPTIONS = subdir-objects
     2#AUTOMAKE_OPTIONS = subdir-objects
    33
    44EXEEXT=$(PYTHONWRAPPEREXT)
Note: See TracChangeset for help on using the changeset viewer.