List in-tree libraries first in LDADD / LIBADD
authorTommi Komulainen <tommi.komulainen@iki.fi>
Fri, 31 Oct 2008 10:54:32 +0000 (10:54 +0000)
committerTommi Komulainen <tko@src.gnome.org>
Fri, 31 Oct 2008 10:54:32 +0000 (10:54 +0000)
commit552af5d47aa419f8187ef49d9a951129f3f74bdb
treee1cb5e091d9f17648b4bb3e2636c5347db5011ff
parent70d91869ea55c545df65849fbe4120be44dfeba3
List in-tree libraries first in LDADD / LIBADD

2008-10-31  Tommi Komulainen  <tommi.komulainen@iki.fi>

* giscanner/Makefile.am:
* tests/invoke/Makefile.am:
* tests/repository/Makefile.am: List in-tree libraries first in
LDADD / LIBADD. If installed library is listed first, the
resulting binary will prefer installed version to one in .libs,
possibly making 'make check' behave strangely.

svn path=/trunk/; revision=849
ChangeLog
giscanner/Makefile.am
tests/invoke/Makefile.am
tests/repository/Makefile.am