Mercurial > hg > octave-thorsten
changeset 4958:3f11fb1c5dab
[project @ 2004-09-02 03:33:28 by jwe]
author | jwe |
---|---|
date | Thu, 02 Sep 2004 03:33:29 +0000 |
parents | 2da9205571f2 |
children | 5eb434fdd95a |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2004-09-01 John W. Eaton <jwe@octave.org> + * Makefile.in (INCLUDES): Add op-int.h to the list. + * version.h (OCTAVE_VERSION): Now 2.1.58. * Makefile.in (DISTFILES): Include $(EXTRAS) in the list.
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -91,7 +91,7 @@ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ - oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ + oct-strstrm.h oct-lvalue.h oct.h octave.h op-int.h ops.h pager.h \ parse.h pr-output.h procstream.h sighandlers.h siglist.h \ symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES)