# HG changeset patch # User John W. Eaton # Date 1233943059 18000 # Node ID 344d6d6fc6aa2636e230af05a0ae9ebccf148bad # Parent 6e0d425862faf72a8802c05200bcd4c5bff6fe42 src/Makefile.in (INCLUDES): include oct-hdf5.h in the list diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2009-02-06 John W. Eaton + * Makefile.in (INCLUDES): Include oct-hdf5.h in the list. + * Makefile.in (oct-gperf.h): Don't use pipeline to process gperf output. diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \