Index: /issm/trunk-jpl/src/wrappers/python/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 22666)
+++ /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 22667)
@@ -39,8 +39,13 @@
 						InterpFromMeshToGrid_python.la\
 						IssmConfig_python.la\
+						MeshPartition_python.la\
 						MeshProfileIntersection_python.la\
 						NodeConnectivity_python.la\
 						Triangle_python.la\
 						ProcessRifts_python.la
+
+if CHACO
+lib_LTLIBRARIES += Chaco_python.la
+endif
 endif 
 #}}}
@@ -101,4 +106,10 @@
 BamgTriangulate_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
 
+if CHACO
+Chaco_python_la_SOURCES = ../Chaco/Chaco.cpp
+Chaco_python_la_CXXFLAGS = ${AM_CXXFLAGS}
+Chaco_python_la_LIBADD = ${deps} $(MPILIB)  $(CHACOLIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
+endif
+
 ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
 ContourToMesh_python_la_CXXFLAGS = ${AM_CXXFLAGS}
@@ -133,4 +144,8 @@
 IssmConfig_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
 
+MeshPartition_python_la_SOURCES = ../MeshPartition/MeshPartition.cpp
+MeshPartition_python_la_CXXFLAGS = ${AM_CXXFLAGS}
+MeshPartition_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
+
 MeshProfileIntersection_python_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp
 MeshProfileIntersection_python_la_CXXFLAGS = ${AM_CXXFLAGS}
