changeset 5277:b1f1338f7931

[project @ 2005-04-10 18:39:45 by dbateman]
author dbateman
date Sun, 10 Apr 2005 18:39:45 +0000
parents 233140bc8068
children fe23ec6763b7
files liboctave/ChangeLog liboctave/Makefile.in
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Apr 08 16:58:35 2005 +0000
+++ b/liboctave/ChangeLog	Sun Apr 10 18:39:45 2005 +0000
@@ -1,3 +1,8 @@
+2005-04-10  David Bateman  <dbateman@free.fr>
+
+	* Makefile.in: include oct-types in INCLUDES so that it is 
+	installed
+	
 2005-04-08  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (clean): Use exact filenames instead of *.xxx.
--- a/liboctave/Makefile.in	Fri Apr 08 16:58:35 2005 +0000
+++ b/liboctave/Makefile.in	Sun Apr 10 18:39:45 2005 +0000
@@ -67,9 +67,9 @@
 	oct-env.h oct-fftw.h oct-getopt.h oct-group.h oct-inttypes.h \
 	oct-passwd.h oct-rand.h oct-rl-edit.h oct-rl-hist.h \
 	oct-shlib.h oct-sort.h oct-spparms.h oct-syscalls.h \
-	oct-time.h pathlen.h pathsearch.h prog-args.h so-array.h \
-	sparse-sort.h statdefs.h str-vec.h sun-utils.h sysdir.h \
-	systime.h syswait.h \
+	oct-time.h oct-types.h pathlen.h pathsearch.h prog-args.h \
+	so-array.h sparse-sort.h statdefs.h str-vec.h sun-utils.h \
+	sysdir.h systime.h syswait.h \
 	$(OPTS_INC) \
 	$(MATRIX_INC) \
 	$(MX_OP_INC) \