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>
This commit is contained in:
Loic Dachary 2013-09-25 12:51:28 +02:00
parent b0fee96078
commit 2422b2aefb

View 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