changeset 8695:344d6d6fc6aa

src/Makefile.in (INCLUDES): include oct-hdf5.h in the list
author John W. Eaton <jwe@octave.org>
date Fri, 06 Feb 2009 12:57:39 -0500
parents 6e0d425862fa
children 87cb8b2e4f14
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 06 12:51:29 2009 -0500
+++ b/src/ChangeLog	Fri Feb 06 12:57:39 2009 -0500
@@ -1,5 +1,7 @@
 2009-02-06  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (INCLUDES): Include oct-hdf5.h in the list.
+
 	* Makefile.in (oct-gperf.h): Don't use pipeline to process gperf
 	output.
 
--- a/src/Makefile.in	Fri Feb 06 12:51:29 2009 -0500
+++ b/src/Makefile.in	Fri Feb 06 12:57:39 2009 -0500
@@ -125,7 +125,7 @@
 	gripes.h help.h input.h lex.h load-path.h load-save.h ls-hdf5.h \
 	ls-mat-ascii.h ls-mat4.h ls-mat5.h ls-oct-ascii.h \
 	ls-oct-binary.h ls-utils.h mex.h mexproto.h oct-errno.h \
-	oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
+	oct-fstrm.h oct-hdf5.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 \
 	zfstream.h oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h \
 	pager.h parse.h pr-output.h procstream.h sighandlers.h \