changeset 11116:ec2a6c5760b2

liboctave/Makefile.am (INCS): include caseless-str.h in the list
author John W. Eaton <jwe@octave.org>
date Tue, 19 Oct 2010 03:24:57 -0400
parents 965766039d93
children 3cbc0d77db48
files liboctave/ChangeLog liboctave/Makefile.am
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Oct 19 02:22:20 2010 -0400
+++ b/liboctave/ChangeLog	Tue Oct 19 03:24:57 2010 -0400
@@ -1,3 +1,7 @@
+2010-10-19  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.am (INCS): Add caseless-str.h to the list.
+
 2010-10-01  John W. Eaton  <jwe@octave.org>
 
 	* caseless-str.h: New file, extracted from src/graphics.h.in.
--- a/liboctave/Makefile.am	Tue Oct 19 02:22:20 2010 -0400
+++ b/liboctave/Makefile.am	Tue Oct 19 03:24:57 2010 -0400
@@ -191,6 +191,7 @@
   base-de.h \
   base-min.h \
   byte-swap.h \
+  caseless-str.h \
   cmd-edit.h \
   cmd-hist.h \
   data-conv.h \