Changeset 19020


Ignore:
Timestamp:
01/20/15 13:30:16 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: Eric forgot to add M1QN3 to LDADD

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/ExpToLevelSet

    • Property svn:ignore set to
      .deps
  • issm/trunk-jpl/src/wrappers/M1qn3

    • Property svn:ignore set to
      .deps
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r19011 r19020  
    230230M1qn3_la_SOURCES = ../M1qn3/M1qn3.cpp\
    231231                                                                        ../M1qn3/M1qn3.h
    232 M1qn3_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(METISLIB) $(GSLLIB) $(PROJ4LIB)
     232M1qn3_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(METISLIB) $(M1QN3LIB) $(GSLLIB) $(PROJ4LIB)
    233233
    234234MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\
Note: See TracChangeset for help on using the changeset viewer.