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.
This commit is contained in:
Thomas Haller 2016-10-23 10:52:48 +02:00
parent 9cb2bbe658
commit 4b965d0cf6

View File

@ -2515,7 +2515,7 @@ src_platform_tests_libadd = \
$(GUDEV_LIBS) \
$(LIBNL_LIBS)
noinst_PROGRAMS += \
check_programs_norun += \
src/platform/tests/monitor
check_programs += \