Fix installation directory for plugins.
commitc909e974f7b3219f9e2542064c4c4ce6b161071b
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)
tree04ba53239ba27e319552cf7a1bee1162229898f3
parentcaabba7bf32df60165893baf2f0d91cd6a8104d9
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