Fix installation directory for plugins.0.16.5
commitdcb7da05b85e40e1a3446f81bd40aafc7d2e0e25
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:34 +0000 (9 13:12 +0100)
tree1308a2e13e0231dead047056af3215fafbb9d503
parentaf880c8cd8ff5b303a74e1457a62218de8274330
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