From: Ruben Kerkhof Date: Sun, 2 Jul 2017 13:44:39 +0000 (+0200) Subject: Only build libplugin_mock.la during make check X-Git-Tag: collectd-5.8.0~133 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=ea6856ebcee99df4a11a4d1e4229cb60a94ff0cd Only build libplugin_mock.la during make check --- diff --git a/Makefile.am b/Makefile.am index 719cfb8b..f9273990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,10 @@ noinst_LTLIBRARIES = \ liblookup.la \ libmetadata.la \ libmount.la \ - liboconfig.la \ + liboconfig.la + + +check_LTLIBRARIES = \ libplugin_mock.la