]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
autoconf: remove get_command_descriptions dependency to gtest 636/head
authorLoic Dachary <loic@dachary.org>
Wed, 25 Sep 2013 10:51:28 +0000 (12:51 +0200)
committerLoic Dachary <loic@dachary.org>
Wed, 25 Sep 2013 12:11:19 +0000 (14:11 +0200)
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>
src/test/Makefile.am

index a3127be9455c236bf97413e3f74ae90afb3ac18b..bf036c914c8a078658a6c95a1718ce6838793f44 100644 (file)
@@ -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