diff liboctave/ChangeLog @ 8618:f8b3ece45bda

use separate prefix for shllib and shlbin files
author John W. Eaton <jwe@octave.org>
date Wed, 28 Jan 2009 17:42:18 -0500
parents 5114ea5a41b5
children 1dce30ab0e72
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Jan 28 13:53:49 2009 +0100
+++ b/liboctave/ChangeLog	Wed Jan 28 17:42:18 2009 -0500
@@ -1,3 +1,9 @@
+2009-01-28  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (LIBRARIES, install, uninstall): Use SHLLIBPRE
+	and SHLBINPRE library prefixes.
+	From Marco Atzeri <marco_atzeri@yahoo.it>.
+
 2009-01-28  Jaroslav Hajek  <highegg@gmail.com>
 
 	* dMatrix.cc (Matrix::Matrix (const RowVector&)): Use shallow copy.