]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Makefile.am: fix libglobal.la races
authorGary Lowell <glowell@inktank.com>
Tue, 6 Aug 2013 00:57:26 +0000 (17:57 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Tue, 13 Aug 2013 06:29:46 +0000 (23:29 -0700)
commitb9a5664bbbb7d65f51a39d03247390911f999a48
tree873934b6c36f37927aaaddbea03355e9fde286ef
parentb221a42ef78896a2c1f4dbc749a55c7a89ce0d06
Makefile.am: fix libglobal.la races

Several targets had libglobal.la in the  _LDFLAGS macro definition
when it should have been in the _LDADD macro.  Remove those occurrance
and add the LIBGLOBAL_LDA macro to the targets _LDADD instead.

See related commit 71f3e56d4b2c07f5fc56522a2080f1ff101ef340

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
src/Makefile.am