diff liboctave/ChangeLog @ 9523:0ce82753dd72

more configure changes for libraries
author John W. Eaton <jwe@octave.org>
date Thu, 13 Aug 2009 18:20:31 -0400
parents 113dba092d8c
children ace0febd263e
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-13  John W. Eaton  <jwe@octave.org>
+
+	* CMatrix.cc, CNDArray.cc, dMatrix.cc, dNDArray.cc, fCMatrix.cc,
+	fCNDArray.cc, fMatrix.cc, fNDARray.cc, oct-fftw.cc, oct-fftw.h:
+	Update for new FFTW defines.
+
+	* Makefile.in: Add library-specific CPPFLAGS and LDFLAGS variables
+	to CPPFLAGS and LDFLAGS for files that use sparse matrices or fftw.
+
 2009-08-12  Jaroslav Hajek  <highegg@gmail.com>
 
 	* Makefile.in: Include LDFLAGS when linking shared executable.