]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
fix installable tests to not install if unwanted
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 20:52:39 +0000 (21:52 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Jun 2011 20:52:39 +0000 (21:52 +0100)
test/Makefile.am

index afa99dc15c4d445afa781bfc2f68bb8d7589cafd..99740c9a5d5bcacd78f52a12071f9e948d155187 100644 (file)
@@ -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