Mercurial > hg > octave-lyh
changeset 5294:f04d9f855794
[project @ 2005-04-21 16:18:05 by jwe]
author | jwe |
---|---|
date | Thu, 21 Apr 2005 16:18:05 +0000 |
parents | 7a51b27574bc |
children | 015b15716cbe |
files | liboctave/ChangeLog liboctave/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2005-04-21 John W. Eaton <jwe@octave.org> + + * Makefile.in (DISTFILES): Include oct-types.h.in in the list. + 2005-04-19 John W. Eaton <jwe@octave.org> * Array.cc (assignN): Don't crash if the index list is empty.
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -152,7 +152,7 @@ INCLUDES_FOR_INSTALL := $(INCLUDES) $(TEMPLATE_SRC) $(EXTRAS) DISTFILES := Makefile.in ChangeLog mk-ops.awk mx-ops vx-ops \ - sparse-mk-ops.awk sparse-mx-ops \ + sparse-mk-ops.awk sparse-mx-ops oct-types.h.in \ $(SOURCES) $(INCLUDES) $(EXTRAS) $(OPTS_INC_DATA) \ $(COLAMD_EXTRAS)