Index: /issm/trunk/externalpackages/scotch/install.sh
===================================================================
--- /issm/trunk/externalpackages/scotch/install.sh	(revision 4629)
+++ /issm/trunk/externalpackages/scotch/install.sh	(revision 4630)
@@ -27,7 +27,7 @@
 # For stand-alone scotch modules:
 make scotch
-make clean
+#make clean
 # For mex scotch modules:
-make mexscotch
+#make mexscotch
 # Clean up
 make clean
@@ -39,4 +39,9 @@
 cp -pr src/doc install
 cp -pr src/man install
+mkdir install/include
+cp -pr src/src/libscotch/module.h install/include
+cp -pr src/src/libscotch/common.h install/include
+cp -pr src/include/scotch.h install/include
+cp -pr src/src/scotch/gmap.h install/include
 mkdir install/lib
 mv src/lib/* install/lib
