changeset 8657:102e05821f93

add __all_opts__ to build process
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 03 Feb 2009 12:47:38 +0100
parents e3041433a57e
children 73c4516fae10
files scripts/ChangeLog scripts/optimization/Makefile.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Feb 03 09:13:56 2009 +0100
+++ b/scripts/ChangeLog	Tue Feb 03 12:47:38 2009 +0100
@@ -1,3 +1,7 @@
+2009-02-03  Jaroslav Hajek  <highegg@gmail.com>
+	
+	* optimization/Makefile.in: Add missing source.
+
 2009-02-02  Rob Mahurin <rob@utk.edu>
 
 	* general/interpft.m: Increase tolerance in tests, for FFTPACK.
--- a/scripts/optimization/Makefile.in	Tue Feb 03 09:13:56 2009 +0100
+++ b/scripts/optimization/Makefile.in	Tue Feb 03 12:47:38 2009 +0100
@@ -42,6 +42,7 @@
   lsqnonneg.m \
   optimset.m \
   optimget.m \
+  __all_opts__.m \
   qp.m \
   sqp.m