Fix installation directory for plugins.0.16.5
commit58a293468610b87b8e24c586495e0c910da07cf2
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 4 Oct 2008 01:01:30 +0000 (4 03:01 +0200)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sun, 9 Nov 2008 12:12:35 +0000 (9 13:12 +0100)
treec4a69e58a8a219d71eff3dbab71dd9b05fd03e9a
parent3fb28f79bc93b6d1854fa525f5a57371ca280e48
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