diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | win32/dummy.la | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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' |