Index: /issm/trunk-jpl/src/c/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/c/Makefile.am	(revision 17994)
+++ /issm/trunk-jpl/src/c/Makefile.am	(revision 17995)
@@ -826,10 +826,4 @@
 			./modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp\
 			./modules/InterpFromMeshToGridx/InterpFromMeshToGridx.h\
-			./modules/HoleFillerx/HoleFillerx.cpp\
-			./modules/HoleFillerx/HoleFillerx.h\
-			./modules/EdgeDetectionx/EdgeDetectionx.cpp\
-			./modules/EdgeDetectionx/EdgeDetectionx.h\
-			./modules/AverageFilterx/AverageFilterx.cpp\
-			./modules/AverageFilterx/AverageFilterx.h\
 			./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\
 			./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\
Index: /issm/trunk-jpl/src/c/modules/modules.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/modules.h	(revision 17994)
+++ /issm/trunk-jpl/src/c/modules/modules.h	(revision 17995)
@@ -8,5 +8,4 @@
 /*Modules: */
 #include "./AllocateSystemMatricesx/AllocateSystemMatricesx.h"
-#include "./AverageFilterx/AverageFilterx.h"
 #include "./AverageOntoPartitionx/AverageOntoPartitionx.h"
 #include "./Bamgx/Bamgx.h"
@@ -24,5 +23,4 @@
 #include "./DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.h"
 #include "./ElementConnectivityx/ElementConnectivityx.h"
-#include "./EdgeDetectionx/EdgeDetectionx.h"
 #include "./GetSolutionFromInputsx/GetSolutionFromInputsx.h"
 #include "./GetVectorFromInputsx/GetVectorFromInputsx.h"
@@ -33,5 +31,4 @@
 #include "./Gradjx/Gradjx.h"
 #include "./GroundinglineMigrationx/GroundinglineMigrationx.h"
-#include "./HoleFillerx/HoleFillerx.h"
 #include "./InputControlUpdatex/InputControlUpdatex.h"
 #include "./InputDepthAverageAtBasex/InputDepthAverageAtBasex.h"
Index: /issm/trunk-jpl/src/wrappers/matlab/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 17994)
+++ /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 17995)
@@ -47,16 +47,12 @@
 #Wrappers {{{
 if WRAPPERS
-lib_LTLIBRARIES +=  AverageFilter.la\
-						 BamgMesher.la\
+lib_LTLIBRARIES += BamgMesher.la\
 						 BamgConvertMesh.la\
 						 BamgTriangulate.la\
 						 ContourToMesh.la\
 						 ContourToNodes.la\
-						 EdgeDetection.la\
 						 ElementConnectivity.la\
 						 EnumToString.la\
 						 ExpSimplify.la\
-						 HoleFiller.la\
-						 InternalFront.la\
 						 InterpFromGridToMesh.la\
 						 InterpFromMeshToMesh2d.la\
@@ -133,8 +129,4 @@
 libISSMApi_la_LDFLAGS = -module -export-dynamic
 
-AverageFilter_la_SOURCES = ../AverageFilter/AverageFilter.cpp\
-									../AverageFilter/AverageFilter.h
-AverageFilter_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
-
 BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp\
 								../BamgMesher/BamgMesher.h
@@ -173,12 +165,4 @@
 StringToEnum_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
 
-HoleFiller_la_SOURCES = ../HoleFiller/HoleFiller.cpp\
-								../HoleFiller/HoleFiller.h
-HoleFiller_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)  $(GSLLIB)
-
-InternalFront_la_SOURCES = ../InternalFront/InternalFront.cpp\
-									../InternalFront/InternalFront.h
-InternalFront_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
-
 InterpFromGridToMesh_la_SOURCES = ../InterpFromGridToMesh/InterpFromGridToMesh.cpp\
 											 ../InterpFromGridToMesh/InterpFromGridToMesh.h
@@ -225,8 +209,4 @@
 Ll2xy_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
 
-EdgeDetection_la_SOURCES = ../EdgeDetection/EdgeDetection.cpp\
-							../EdgeDetection/EdgeDetection.h
-EdgeDetection_la_LIBADD= ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
-
 ExpSimplify_la_SOURCES = ../ExpSimplify/ExpSimplify.cpp\
 							../ExpSimplify/ExpSimplify.h
