From c9e81fdb3cd103861c50e4ea8c3d7521f095cc04 Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Thu, 20 Sep 2012 13:47:09 -0700 Subject: [PATCH] Makefile.am: librdb_fsx test needs math library on some platforms --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index dd0a7d949b0f0..1138691915ccb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.39.5