changeset 4058:980308741392

[project @ 2002-09-09 02:08:28 by jwe]
author jwe
date Mon, 09 Sep 2002 02:08:28 +0000
parents 2a2108853c70
children db58c1a1e6ce
files liboctave/ChangeLog liboctave/Makefile.in
diffstat 2 files changed, 18 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Sep 04 18:01:04 2002 +0000
+++ b/liboctave/ChangeLog	Mon Sep 09 02:08:28 2002 +0000
@@ -1,3 +1,7 @@
+2002-09-08  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (INCLUDES): Add lo-sstream.h to the list.
+
 2002-08-17  Mumit Khan  <khan@nanotech.wisc.edu>
 
 	* CmplxCHOL.h, CollocWt.h, cmd-edit.h, oct-shlib.h: Don't use
--- a/liboctave/Makefile.in	Wed Sep 04 18:01:04 2002 +0000
+++ b/liboctave/Makefile.in	Mon Sep 09 02:08:28 2002 +0000
@@ -49,19 +49,20 @@
 
 OPTS_INC := $(OPTS_INC_DATA:.in=.h)
 
-INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DAERT.h DAERTFunc.h \
-	DASPK.h DASRT.h DASSL.h FEGrid.h LinConst.h \
-	LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h NLFunc.h NLP.h \
-	ODE.h ODEFunc.h ODES.h ODESFunc.h ODESSA.h Objective.h \
-	QP.h Quad.h Range.h base-de.h base-min.h byte-swap.h \
-	cmd-edit.h cmd-hist.h data-conv.h dir-ops.h file-ops.h \
-	file-stat.h getopt.h glob-match.h idx-vector.h lo-ieee.h \
-	lo-mappers.h lo-specfun.h lo-sysdep.h lo-utils.h mach-info.h \
-	oct-alloc.h oct-cmplx.h oct-env.h oct-fftw.h oct-getopt.h \
-	oct-group.h oct-kpse.h oct-passwd.h oct-rl-edit.h \
-	oct-rl-hist.h oct-shlib.h oct-syscalls.h oct-time.h \
-	pathlen.h pathsearch.h prog-args.h statdefs.h str-vec.h\
-	sun-utils.h sysdir.h systime.h syswait.h \
+INCLUDES := Bounds.h CollocWt.h DAE.h DAEFunc.h DAERT.h \
+	DAERTFunc.h DASPK.h DASRT.h DASSL.h FEGrid.h \
+	LinConst.h LP.h LPsolve.h LSODE.h NLConst.h NLEqn.h \
+	NLFunc.h NLP.h ODE.h ODEFunc.h ODES.h ODESFunc.h \
+	ODESSA.h Objective.h QP.h Quad.h Range.h base-de.h \
+	base-min.h byte-swap.h cmd-edit.h cmd-hist.h \
+	data-conv.h dir-ops.h file-ops.h file-stat.h getopt.h \
+	glob-match.h idx-vector.h lo-ieee.h lo-mappers.h \
+	lo-specfun.h lo-sstream.h lo-sysdep.h lo-utils.h \
+	mach-info.h oct-alloc.h oct-cmplx.h oct-env.h oct-fftw.h \
+	oct-getopt.h oct-group.h oct-kpse.h oct-passwd.h \
+	oct-rl-edit.h oct-rl-hist.h oct-shlib.h oct-syscalls.h \
+	oct-time.h pathlen.h pathsearch.h prog-args.h statdefs.h \
+	str-vec.h sun-utils.h sysdir.h systime.h syswait.h \
 	$(OPTS_INC) \
 	$(MATRIX_INC) \
 	$(MX_OP_INC) \