From ad3f9ec5e60b03123312a2fe7c5a0063c45af42a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 25 May 2016 18:28:57 +0200 Subject: [PATCH] Do not link test_plugin_ceph with libcommon Linking with libplugin_mock is enough since that one already links with libcommon --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 386ba451..956d772a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1414,7 +1414,7 @@ if BUILD_PLUGIN_CEPH test_plugin_ceph_SOURCES = ceph_test.c test_plugin_ceph_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBYAJL_CPPFLAGS) test_plugin_ceph_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBYAJL_LDFLAGS) -test_plugin_ceph_LDADD = daemon/libcommon.la daemon/libplugin_mock.la $(BUILD_WITH_LIBYAJL_LIBS) +test_plugin_ceph_LDADD = daemon/libplugin_mock.la $(BUILD_WITH_LIBYAJL_LIBS) check_PROGRAMS += test_plugin_ceph TESTS += test_plugin_ceph endif -- 2.11.0