From: Simon McVittie Date: Fri, 10 Jun 2011 20:52:39 +0000 (+0100) Subject: fix installable tests to not install if unwanted X-Git-Tag: dbus-1.4.12~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88c6b7ac7385480b943af8f23b800f2c20ba4aad;p=thirdparty%2Fdbus.git fix installable tests to not install if unwanted --- 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