summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cdb614)
raw | patch | inline | side by side (parent: 7cdb614)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 25 May 2016 16:28:57 +0000 (18:28 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 25 May 2016 16:28:57 +0000 (18:28 +0200) |
Linking with libplugin_mock is enough since
that one already links with libcommon
that one already links with libcommon
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 386ba451a0e189518b93768640750aa35d446d11..956d772a7d4cfce3bfe435de3f2b38df5361e506 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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