]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile.am: librdb_fsx test needs math library on some platforms
authorGary Lowell <gary.lowell@inktank.com>
Thu, 20 Sep 2012 20:47:09 +0000 (13:47 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Thu, 20 Sep 2012 20:47:09 +0000 (13:47 -0700)
src/Makefile.am

index dd0a7d949b0f0d0487b6215fcebf22328d4b6127..1138691915ccbebacc291e4b2a4ee9c84cc2b602 100644 (file)
@@ -770,7 +770,7 @@ test_librbd_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
 bin_DEBUGPROGRAMS += test_librbd
 
 test_librbd_fsx_SOURCES = test/rbd/fsx.c
-test_librbd_fsx_LDADD =  librbd.la librados.la
+test_librbd_fsx_LDADD =  librbd.la librados.la -lm
 test_librbd_fsx_CFLAGS = ${AM_CFLAGS} -Wno-format
 bin_DEBUGPROGRAMS += test_librbd_fsx