From 52016fab4e33d48fb7dfbffbfe6db5a7c41c1bd7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Sep 2005 11:46:25 +0000 Subject: libdir is prefix/lib, not bin. 2005-09-28 Tor Lillqvist * win32/dummy.la: libdir is prefix/lib, not bin. svn path=/trunk/; revision=30408 --- ChangeLog | 2 ++ win32/dummy.la | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26f2a5beee..e9c9468633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ plugins/exchange-operations/Makefile.am, and now it's enough to use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there. + * win32/dummy.la: libdir is prefix/lib, not bin. + 2005-09-05 Mengjie Yu * configure.in:grep on Solaris doesn't support -q, use > /dev/null instead. diff --git a/win32/dummy.la b/win32/dummy.la index 2198d97ac3..887809bfb8 100644 --- a/win32/dummy.la +++ b/win32/dummy.la @@ -29,4 +29,4 @@ dlopen='' dlpreopen='' # Directory that this library needs to be installed in: -libdir='%PFX%/bin' +libdir='%PFX%/lib' -- cgit