From 4b965d0cf685d4cd2d329439671ae11b46482ce3 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 23 Oct 2016 10:52:48 +0200 Subject: [PATCH] build: exclude building src/platform/tests/monitor for --enable-tests=no src/platform/tests/monitor is more a test-program. If should not be compiled in a non-test build. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c3896081fc..c584f68e1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2515,7 +2515,7 @@ src_platform_tests_libadd = \ $(GUDEV_LIBS) \ $(LIBNL_LIBS) -noinst_PROGRAMS += \ +check_programs_norun += \ src/platform/tests/monitor check_programs += \