Changeset 18102


Ignore:
Timestamp:
06/04/14 06:26:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: prevent automake from complaining about subdir options

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

Legend:

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

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

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