]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Makefile.am: fix libglobal.la race with ceph_test_cors
authorDan Mick <dan.mick@inktank.com>
Wed, 26 Jun 2013 01:23:22 +0000 (18:23 -0700)
committerDan Mick <dan.mick@inktank.com>
Wed, 26 Jun 2013 19:28:09 +0000 (12:28 -0700)
commit71f3e56d4b2c07f5fc56522a2080f1ff101ef340
treec6835dfeae521df171f4ac24231cf42c076b18ec
parent70be76b2e2b504a6255227b47c06fcd43c82bdd1
Makefile.am: fix libglobal.la race with ceph_test_cors

ceph_test_cors had libglobal.la in its _LDFLAGS macro definition;
it should have been in _LDADD.  Moreover, things using libglobal.la
ought to be using LIBGLOBAL_LDA to add it to _LDADD.  Fix them all.

Signed-off-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
src/Makefile.am