Changeset 13441


Ignore:
Timestamp:
09/25/12 15:58:55 (12 years ago)
Author:
jschierm
Message:

NEW: Added ContourToMesh to python Makefile.am.

File:
1 edited

Legend:

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

    r13330 r13441  
    77lib_LTLIBRARIES = BamgConvertMesh.la\
    88                                                BamgMesher.la\
     9                                                ContourToMesh.la\
    910                                                ContourToNodes.la\
    1011                                                ElementConnectivity.la\
     
    6566BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
    6667
     68ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp\
     69                                                                         ../ContourToMesh/ContourToMesh.h
     70ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
     71
    6772ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp\
    6873                                                                         ../ContourToNodes/ContourToNodes.h
Note: See TracChangeset for help on using the changeset viewer.