Fix installation directory for plugins.0.16.5
commit518df73d99b1a9c8c439069adbb36bba27b2c97f
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 4 Oct 2008 01:01:30 +0000 (4 03:01 +0200)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 4 Oct 2008 01:01:30 +0000 (4 03:01 +0200)
tree51abf504abd58d0717dae5448a549a788b4d092c
parent746869f4c64e8852343ca061fe0dfb58e0b9c3eb
Fix installation directory for plugins.

Don't rewrite the default libdir variable for installing plugins, create
a new plugindir variable and make use of that.

This is important because libraries might have to be installed in a
different directory (for instance on 64-bit multilib systems). In such a
system, it's usual to install 64-bit libraries in $prefix/lib64 rather
than $prefix/lib.
src/Makefile.am