summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2013-09-25 12:51:28 +0200
committerLoic Dachary <loic@dachary.org>2013-09-25 14:11:19 +0200
commit2422b2aefb75c45f56b217f7058fc4fdf813e041 (patch)
tree4e4beab4bb766ac984d7db2bac667a4f85b17769
parentb0fee96078bf5e09336a0b2386b26af2c3788a4e (diff)
downloadceph-2422b2aefb75c45f56b217f7058fc4fdf813e041.tar.gz
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 <loic@dachary.org>
-rw-r--r--src/test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index a3127be9455..bf036c914c8 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