make tests not dynamic link against /lib/libglib
authorRyan Lortie <desrt@desrt.ca>
Wed, 10 Feb 2010 16:29:12 +0000 (11:29 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 10 Feb 2010 16:35:01 +0000 (11:35 -0500)
commit3e30e8a87e18952e9c26c0d05f5c336a110f2bed
treee42095f6b5391450c4036ce16500f605883f2d95
parent1e655eb02c6cadee45a28df359327ce9fb41c6a5
make tests not dynamic link against /lib/libglib

For some reason, even though the tests are linked against libgobject.la
and libgobject.la mentions libglib.la as a dependency, the tests are
running against the system glib instead of the in-tree one.

Adding the libglib.la file as an explicit LDFLAG fixes it.
tests/gobject/Makefile.am