diff options
author | Sage Weil <sage@inktank.com> | 2013-09-25 09:23:21 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-25 09:23:21 -0700 |
commit | 81e571fb955bb8aaf7272bc739f382ab650fc9f6 (patch) | |
tree | f86786ab7a446df75c78d06fc861b1f6b7eb26ee | |
parent | 952b39d4c4fcd1492234fcdba320895e4e520af5 (diff) | |
parent | 2422b2aefb75c45f56b217f7058fc4fdf813e041 (diff) | |
download | ceph-81e571fb955bb8aaf7272bc739f382ab650fc9f6.tar.gz |
Merge pull request #636 from dachary/wip-get_command_description
autoconf: remove get_command_descriptions dependency to gtest
Reviewed-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/test/Makefile.am | 3 |
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 |