From 9c1b92fe02e5745b977abdf43b2252890b300b01 Mon Sep 17 00:00:00 2001 From: Oliver Rauch Date: Thu, 30 Nov 2000 00:08:45 +0000 Subject: [PATCH] sane-config --libs now prints again all libs that libsane depends on Oliver Rauch --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5170e9e5e..6b488554f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-11-30 Oliver Rauch + + * changed sane-config.in again: + sane-config --libs has to print all libs + that the sane libs depend on. + This is not needed for shared libs and that + was the reason why I removed all libs but "-lsane". + But when linking against static sane libs we need + to know about all necessary libs. + ************************* snapshot-2000-11-28 ******************************* 2000-11-28 Oliver Rauch