From 88c6b7ac7385480b943af8f23b800f2c20ba4aad Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 10 Jun 2011 21:52:39 +0100 Subject: [PATCH] fix installable tests to not install if unwanted --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index afa99dc15..99740c9a5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -135,7 +135,7 @@ installcheck_tests += $(installable_tests) if DBUS_ENABLE_INSTALLED_TESTS testexec_PROGRAMS += $(installable_tests) else !DBUS_ENABLE_INSTALLED_TESTS - testexec_PROGRAMS += $(installable_tests) + noinst_PROGRAMS += $(installable_tests) endif !DBUS_ENABLE_INSTALLED_TESTS endif DBUS_ENABLE_MODULAR_TESTS -- 2.47.3