aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--win32/dummy.la2
2 files changed, 3 insertions, 1 deletions
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 <meng-jie.yu@sun.com>
* 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'