summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-23 10:52:48 +0200
committerThomas Haller <thaller@redhat.com>2016-10-23 10:52:57 +0200
commit4b965d0cf685d4cd2d329439671ae11b46482ce3 (patch)
tree221a8c0a27176397e9c87b7251f1b31e7a069288
parent9cb2bbe658205d964dd05e810dc92f475edfbaf7 (diff)
downloadNetworkManager-4b965d0cf685d4cd2d329439671ae11b46482ce3.tar.gz
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.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 += \