Index: /issm/trunk-jpl/src/wrappers/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/Makefile.am	(revision 18231)
+++ /issm/trunk-jpl/src/wrappers/Makefile.am	(revision 18232)
@@ -1,3 +1,5 @@
 SUBDIRS = 
+
+if WRAPPERS
 if MATLAB
 SUBDIRS += matlab
@@ -7,2 +9,3 @@
 SUBDIRS += python
 endif
+endif 
Index: /issm/trunk-jpl/src/wrappers/matlab/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 18231)
+++ /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 18232)
@@ -46,5 +46,4 @@
 #}}}
 #Wrappers {{{
-if WRAPPERS
 lib_LTLIBRARIES += BamgMesher.la\
 						 BamgConvertMesh.la\
@@ -87,5 +86,4 @@
 				   Shp2Kml.la
 endif
-endif 
 #}}}
 
Index: /issm/trunk-jpl/src/wrappers/python/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 18231)
+++ /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 18232)
@@ -45,22 +45,20 @@
 #}}}
 #Wrappers {{{
-if WRAPPERS
-lib_LTLIBRARIES = BamgConvertMesh.la\
-						BamgMesher.la\
-						ContourToMesh.la\
-						ContourToNodes.la\
-						ElementConnectivity.la\
-						EnumToString.la\
-						InterpFromMeshToMesh2d.la\
-						InterpFromMeshToMesh3d.la\
-						InterpFromGridToMesh.la\
-						InterpFromMeshToGrid.la\
-						IssmConfig.la\
-						MeshProfileIntersection.la\
-						NodeConnectivity.la\
-						StringToEnum.la\
-						TriMesh.la\
-						TriMeshProcessRifts.la
-endif 
+lib_LTLIBRARIES += BamgConvertMesh.la\
+						 BamgMesher.la\
+						 ContourToMesh.la\
+						 ContourToNodes.la\
+						 ElementConnectivity.la\
+						 EnumToString.la\
+						 InterpFromMeshToMesh2d.la\
+						 InterpFromMeshToMesh3d.la\
+						 InterpFromGridToMesh.la\
+						 InterpFromMeshToGrid.la\
+						 IssmConfig.la\
+						 MeshProfileIntersection.la\
+						 NodeConnectivity.la\
+						 StringToEnum.la\
+						 TriMesh.la\
+						 TriMeshProcessRifts.la
 #}}}
 #Flags and libraries {{{
