Index: /issm/trunk-jpl/src/wrappers/python/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 19053)
+++ /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 19054)
@@ -1,4 +1,4 @@
 AM_CPPFLAGS = @DAKOTAINCL@ @PETSCINCL@ @MPIINCL@ @SPOOLESINCL@ @METISINCL@ @TRIANGLEINCL@ @CHACOINCL@ @SCOTCHINCL@ @SHAPELIBINCL@ @PYTHONINCL@ @PYTHON_NUMPYINCL@ @AMPIINCL@
-AUTOMAKE_OPTIONS = subdir-objects
+#AUTOMAKE_OPTIONS = subdir-objects
 
 EXEEXT=$(PYTHONWRAPPEREXT)
Index: /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h	(revision 19053)
+++ /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h	(revision 19054)
@@ -15,5 +15,5 @@
 /* MODULEBOOT/MODULEEND {{{*/
 
-/*The following macros hide the error exception handling in a matlab module. Just put 
+/*The following macros hide the error exception handling in a python module. Just put 
  * MODULEBOOT(); and MODULEEND(); at the beginning and end of a module, and c++ exceptions 
  * will be trapped*/
