Index: /issm/trunk-jpl/src/modules/python/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/modules/python/Makefile.am	(revision 13440)
+++ /issm/trunk-jpl/src/modules/python/Makefile.am	(revision 13441)
@@ -7,4 +7,5 @@
 lib_LTLIBRARIES = BamgConvertMesh.la\
 						BamgMesher.la\
+						ContourToMesh.la\
 						ContourToNodes.la\
 						ElementConnectivity.la\
@@ -65,4 +66,8 @@
 BamgMesher_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
 
+ContourToMesh_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp\
+									 ../ContourToMesh/ContourToMesh.h
+ContourToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
+
 ContourToNodes_la_SOURCES = ../ContourToNodes/ContourToNodes.cpp\
 									 ../ContourToNodes/ContourToNodes.h
