Index: /issm/trunk/src/Makefile.am
===================================================================
--- /issm/trunk/src/Makefile.am	(revision 8)
+++ /issm/trunk/src/Makefile.am	(revision 9)
@@ -1,3 +1,3 @@
-EXTRA_DIST = m  MakefileIce  perl  pro
+EXTRA_DIST = m  perl  pro
 SUBDIRS = c mex
 
Index: /issm/trunk/src/c/Makefile.am
===================================================================
--- /issm/trunk/src/c/Makefile.am	(revision 8)
+++ /issm/trunk/src/c/Makefile.am	(revision 9)
@@ -25,4 +25,6 @@
 					./objects/Load.h\
 					./objects/Load.cpp\
+					./objects/OptArgs.h\
+					./objects/OptPars.h\
 					./objects/SolverEnum.h\
 					./objects/Contour.h\
@@ -69,4 +71,6 @@
 					./shared/Numerics/numerics.h\
 					./shared/Numerics/GaussPoints.h\
+					./shared/Numerics/BrentSearch.cpp\
+					./shared/Numerics/OptFunc.cpp\
 					./shared/Numerics/extrema.cpp\
 					./shared/Numerics/GaussPoints.cpp\
@@ -230,4 +234,6 @@
 					./objects/Contour.h\
 					./objects/Contour.cpp\
+					./objects/OptArgs.h\
+					./objects/OptPars.h\
 					./objects/Friction.h\
 					./objects/Friction.cpp\
@@ -272,4 +278,6 @@
 					./shared/Numerics/GaussPoints.h\
 					./shared/Numerics/GaussPoints.cpp\
+					./shared/Numerics/BrentSearch.cpp\
+					./shared/Numerics/OptFunc.cpp\
 					./shared/Numerics/extrema.cpp\
 					./shared/Exceptions/exceptions.h\
Index: /issm/trunk/src/mex/Makefile.am
===================================================================
--- /issm/trunk/src/mex/Makefile.am	(revision 8)
+++ /issm/trunk/src/mex/Makefile.am	(revision 9)
@@ -7,4 +7,5 @@
 bin_PROGRAMS =  BuildNodeSets\
 				ConfigureObjects \
+				ControlOptimization\
 				ContourToMesh \
 				ControlConstrain \
@@ -71,4 +72,7 @@
 ContourToMesh_SOURCES = ContourToMesh/ContourToMesh.cpp\
 			  ContourToMesh/ContourToMesh.h
+
+ControlOptimization_SOURCES = ControlOptimization/ControlOptimization.cpp\
+			  ControlOptimization/ControlOptimization.h
 
 ControlConstrain_SOURCES = ControlConstrain/ControlConstrain.cpp\
