Fix installation directory for plugins.0.16.5
commit0e100977f0ba143bf286155969487ffa2cecebd7
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:37 +0000 (9 13:12 +0100)
tree92588d21db36228f6a43d1687024734a7d704c71
parente55ff439d264a9072cbe0b12199579fb1c93e291
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