libdir is prefix/lib, not bin.

2005-09-28  Tor Lillqvist  <tml@novell.com>

	* win32/dummy.la: libdir is prefix/lib, not bin.

svn path=/trunk/; revision=30408
This commit is contained in:
Tor Lillqvist
2005-09-28 11:46:25 +00:00
committed by Tor Lillqvist
parent 00be9c147c
commit 52016fab4e
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -29,4 +29,4 @@ dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='%PFX%/bin'
libdir='%PFX%/lib'