Changeset 13464
- Timestamp:
- 09/27/12 10:15:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/python/Makefile.am
r13455 r13464 14 14 NodeConnectivity.la\ 15 15 StringToEnum.la\ 16 ContourToMesh.la\17 16 TriMesh.la 18 17 endif … … 95 94 StringToEnum_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 96 95 97 ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp\98 ../ContourToMesh/ContourToMesh.h99 ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)100 101 96 TriMesh_la_SOURCES = ../TriMesh/TriMesh.cpp\ 102 97 ../TriMesh/TriMesh.h
Note:
See TracChangeset
for help on using the changeset viewer.