Changeset 13441
- Timestamp:
- 09/25/12 15:58:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/python/Makefile.am
r13330 r13441 7 7 lib_LTLIBRARIES = BamgConvertMesh.la\ 8 8 BamgMesher.la\ 9 ContourToMesh.la\ 9 10 ContourToNodes.la\ 10 11 ElementConnectivity.la\ … … 65 66 BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 66 67 68 ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp\ 69 ../ContourToMesh/ContourToMesh.h 70 ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 71 67 72 ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp\ 68 73 ../ContourToNodes/ContourToNodes.h
Note:
See TracChangeset
for help on using the changeset viewer.