From 18a62a3ee42d03b2634ceda2192edfe0d3a6b3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 21 Mar 2005 13:43:58 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14673 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/editline/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/editline/ChangeLog b/lib/editline/ChangeLog index 3773f8c6b..61dd3b0fa 100644 --- a/lib/editline/ChangeLog +++ b/lib/editline/ChangeLog @@ -1,3 +1,11 @@ +2005-03-21 Love Hörnquist Åstrand + + * Makefile.am: Make editline a non-static library and let libtool + decide (same with libel_compat). This way libedit will build + shared version is the library that is possible to link with other + shared lib if its needed. Also make libed_compat a libtool + convenience library. + 2002-08-22 Assar Westerlund * testit.c: make it use getarg so that it can handle --help and