Changeset 13128


Ignore:
Timestamp:
08/22/12 14:58:47 (13 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed build of Shp2Kml, which needs to be linked to its libraries

File:
1 edited

Legend:

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

    r13115 r13128  
    217217Shp2Kml_la_SOURCES = ../Shp2Kml/Shp2Kml.cpp\
    218218                     ../Shp2Kml/Shp2Kml.h
    219 Shp2Kml_la_LIBADD = ${deps}
     219Shp2Kml_la_LIBADD = ${deps} $(SHAPELIBLIB) $(MPILIB) $(PETSCLIB)
    220220
    221221TriaSearch_la_SOURCES = ../TriaSearch/TriaSearch.cpp\
Note: See TracChangeset for help on using the changeset viewer.