Fix installation directory for plugins.0.16.5
commit61d47c0a114db688dc366a41c5735e3c76fff993
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:36 +0000 (9 13:12 +0100)
treecd27d426472218d3f942459fb3cc7462be1b5e4d
parentc553c6d1edad24534642adf679fbf22ed2ca91c8
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