build-sys: Link lirc libraries in right order
authorJyri Sarha <jyri.sarha@nokia.com>
Fri, 26 Nov 2010 16:38:27 +0000 (18:38 +0200)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 28 Nov 2010 16:57:15 +0000 (16:57 +0000)
commit8b6b8880121452884e50487ed28ea7c20724a057
tree24ef7d69c1bfc568c76d9fbd1385bc86205a750c
parentda283c003198c535e008b716c6513624b0f353c0
build-sys: Link lirc libraries in right order

Wrong order of libraries causes libtool to link primarily from lirc
library location and not from $(libdir) location in install
phase. This is a problem if you have an older version pulseaudio libs
installed under same directory as liblirc and you are building a
newer version with some other directory prefix.
src/Makefile.am