changeset 6241:b84b59b614c5

[project @ 2007-01-11 07:35:52 by jwe]
author jwe
date Thu, 11 Jan 2007 07:35:52 +0000
parents 3e5a3b5fd40e
children 64bad7c6a607
files liboctave/ChangeLog liboctave/Makefile.in src/ChangeLog src/load-path.h
diffstat 4 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Jan 11 07:32:13 2007 +0000
+++ b/liboctave/ChangeLog	Thu Jan 11 07:35:52 2007 +0000
@@ -1,3 +1,7 @@
+2007-01-11  Michael Goffioul  <michael.goffioul@swing.be>
+
+	* Makefile.in (LINK_DEPS): Include $(CAMD_LIBS) in the list.
+
 2007-01-10  John W. Eaton  <jwe@octave.org>
 
 	* oct-sparse.h: Use HAVE_CHOLMOD_CHOLMOD_H, not
--- a/liboctave/Makefile.in	Thu Jan 11 07:32:13 2007 +0000
+++ b/liboctave/Makefile.in	Thu Jan 11 07:35:52 2007 +0000
@@ -24,7 +24,7 @@
 LINK_DEPS = \
   -L../libcruft -L. $(RLD_FLAG) \
   $(LIBCRUFT) $(CHOLMOD_LIBS) $(UMFPACK_LIBS)  $(AMD_LIBS) \
-  $(COLAMD_LIBS) $(CCOLAMD_LIBS) $(CXSPARSE_LIBS) \
+  $(CAMD_LIBS) $(COLAMD_LIBS) $(CCOLAMD_LIBS) $(CXSPARSE_LIBS) \
   $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) $(LIBGLOB) $(LIBS) $(FLIBS)
 
 MATRIX_INC := Array.h Array2.h Array3.h ArrayN.h DiagArray2.h \
--- a/src/ChangeLog	Thu Jan 11 07:32:13 2007 +0000
+++ b/src/ChangeLog	Thu Jan 11 07:35:52 2007 +0000
@@ -1,5 +1,7 @@
 2007-01-11  Michael Goffioul  <michael.goffioul@swing.be>
 
+	* load-path.h (class load_path): Tag with OCTINTERP_API.
+
 	* ls-oct-binary.cc (read_binary_data): Use unsigned char, not
 	char, for reading flags and data types.
 
--- a/src/load-path.h	Thu Jan 11 07:32:13 2007 +0000
+++ b/src/load-path.h	Thu Jan 11 07:35:52 2007 +0000
@@ -33,6 +33,7 @@
 #include "str-vec.h"
 
 class
+OCTINTERP_API
 load_path
 {
 protected: