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 afa99dc..99740c9 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