]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: use static add for test_libcephfs_readdir.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Sat, 5 Nov 2011 00:19:34 +0000 (17:19 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Sat, 5 Nov 2011 00:21:25 +0000 (17:21 -0700)
Otherwise it doesn't seem to play nicely with teuthology/sepia
due to requiring the host to have gtest installed.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/Makefile.am

index 7be437699b215833e5a629cf2261614299f2e5c2..4984abe52ea38deca9404c962af2e8083611bc26 100644 (file)
@@ -674,7 +674,7 @@ bin_DEBUGPROGRAMS += test_rados_api_misc
 
 test_libcephfs_readdir_SOURCES = test/libcephfs/readdir_r_cb.cc
 test_libcephfs_readdir_LDFLAGS = -pthread ${AM_LDFLAGS}
-test_libcephfs_readdir_LDADD =  ${UNITTEST_LDADD} libcephfs.la
+test_libcephfs_readdir_LDADD =  ${UNITTEST_STATIC_LDADD} libcephfs.la
 test_libcephfs_readdir_CXXFLAGS = $(AM_CXXFLAGS) ${UNITTEST_CXXFLAGS}
 bin_DEBUGPROGRAMS += test_libcephfs_readdir