From 2422b2aefb75c45f56b217f7058fc4fdf813e041 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 25 Sep 2013 12:51:28 +0200 Subject: [PATCH] autoconf: remove get_command_descriptions dependency to gtest It is not required and a leftover of the time when it was a unit test which was a mistake to begin with. It has been reported to create dependencies problems in some cases, when gest is not available at the time get_command_descriptions is compiled. Signed-off-by: Loic Dachary --- src/test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/Makefile.am b/src/test/Makefile.am index a3127be9455c..bf036c914c8a 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -66,8 +66,7 @@ endif bin_PROGRAMS += ceph-dencoder get_command_descriptions_SOURCES = test/common/get_command_descriptions.cc -get_command_descriptions_CXXFLAGS = $(UNITTEST_CXXFLAGS) -get_command_descriptions_LDADD = $(LIBMON) $(LIBCOMMON) $(UNITTEST_LDADD) $(CEPH_GLOBAL) +get_command_descriptions_LDADD = $(LIBMON) $(LIBCOMMON) $(CEPH_GLOBAL) noinst_PROGRAMS += get_command_descriptions -- 2.47.3