Fix: do not link against libtool .o objects
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 9 Jun 2016 19:11:32 +0000 (15:11 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jun 2016 13:20:12 +0000 (09:20 -0400)
commit4b5fc482914d450de1cc8b0a3e6cdb8bda87a714
tree32eedd13cda4cb5c4939de51dfd3f6ccad868164
parentf7bdc8582f0571b680c66339204a986c3e4a7fe4
Fix: do not link against libtool .o objects

We should not link against libtool objects directly
since they have different names in static or shared
only build. Instead link on the full .la

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/unit/Makefile.am
This page took 0.025453 seconds and 4 git commands to generate.