]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Put debug.cc last in linking order
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 28 Jan 2011 13:29:52 +0000 (05:29 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 28 Jan 2011 13:29:52 +0000 (05:29 -0800)
commite373d95ec15aa33aa14139368061b3aa03033734
tree0445b8c746ae660aae6c9e16be0e55844005df18
parenteda48faf36e03156e0b6745c247244995989b1e1
common: Put debug.cc last in linking order

debug.cc needs to be last in the linking order so that its global
constructors will be initialized first and destroyed last.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/Makefile.am