changeset 8385:6e9660cd3bf2

Ensure oct-locbuf.h is installed with the install target
author David Bateman <dbateman@free.fr>
date Tue, 09 Dec 2008 03:25:31 +0100
parents a99b9113c58c
children a5e080076778
files liboctave/ChangeLog liboctave/Makefile.in
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -7,6 +7,10 @@
 	* idx-vector.cc (idx_vector::idx_vector_rep::idx_vector_rep (const
 	Array<bool>&)): Fix extent calculation.
 
+2008-12-09  David Bateman  <dbateman@free.fr>
+
+	* Makefile.in (INCLUDES): Add oct-locbuf.h
+	
 2008-12-07  Jaroslav Hajek  <highegg@gmail.com>
 
 	* mx-inlines.cc (mx_inline_fill_vs): New template function.
--- a/liboctave/Makefile.in
+++ b/liboctave/Makefile.in
@@ -88,10 +88,10 @@
 	lo-ieee.h lo-mappers.h lo-math.h lo-specfun.h \
 	lo-sysdep.h lo-utils.h mach-info.h md5.h oct-alloc.h oct-cmplx.h \
 	oct-env.h oct-fftw.h oct-getopt.h oct-group.h oct-inttypes.h \
-	oct-lookup.h oct-md5.h oct-mutex.h oct-norm.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-sparse.h oct-time.h oct-uname.h \
-	pathlen.h pathsearch.h prog-args.h \
+	oct-locbuf.h oct-lookup.h oct-md5.h oct-mutex.h oct-norm.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-sparse.h oct-time.h \
+        oct-uname.h pathlen.h pathsearch.h prog-args.h \
 	randgamma.h randmtzig.h randpoisson.h regex-match.h \
 	sparse-sort.h statdefs.h str-vec.h \
 	sparse-util.h sun-utils.h sysdir.h systime.h syswait.h \
@@ -105,8 +105,8 @@
 
 TEMPLATE_SRC := Array.cc ArrayN.cc DiagArray2.cc \
 	MArray.cc MArray2.cc MArrayN.cc MDiagArray2.cc \
-	base-lu.cc oct-sort.cc sparse-base-lu.cc sparse-base-chol.cc \
-	sparse-dmsolve.cc
+	base-lu.cc eigs-base.cc oct-sort.cc sparse-base-lu.cc \
+	sparse-base-chol.cc sparse-dmsolve.cc
 
 TI_SRC := Array-C.cc Array-b.cc Array-ch.cc Array-i.cc Array-d.cc \
 	Array-f.cc Array-fC.cc Array-s.cc Array-str.cc \