From: Josh Durgin Date: Sat, 17 Nov 2012 01:13:50 +0000 (-0800) Subject: Makefile.am: fix LDADD for test_objectcacher_stress X-Git-Tag: v0.55~80 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3610754a57fa757603aaea207c76fe91e9a6351c;p=ceph.git Makefile.am: fix LDADD for test_objectcacher_stress Signed-off-by: Josh Durgin --- diff --git a/src/Makefile.am b/src/Makefile.am index 64231b582d4c..8b5e63dbbd81 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -965,7 +965,8 @@ test_stress_watch_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS} bin_DEBUGPROGRAMS += test_stress_watch test_objectcacher_stress_SOURCES = test/osdc/object_cacher_stress.cc test/osdc/FakeWriteback.cc osdc/ObjectCacher.cc -test_objectcacher_stress_LDFLAGS = ${AM_LDFLAGS} $(LIBGLOBAL_LDA) +test_objectcacher_stress_LDFLAGS = ${AM_LDFLAGS} +test_objectcacher_stress_LDADD = $(LIBGLOBAL_LDA) test_objectcacher_stress_CXXFLAGS = ${AM_CXXFLAGS} bin_DEBUGPROGRAMS += test_objectcacher_stress