From ea6856ebcee99df4a11a4d1e4229cb60a94ff0cd Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 2 Jul 2017 15:44:39 +0200 Subject: [PATCH] Only build libplugin_mock.la during make check --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.11.0