diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:52:39 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:52:39 +0100 |
commit | 88c6b7ac7385480b943af8f23b800f2c20ba4aad (patch) | |
tree | 9ba90f96cd4897913706b207e9a80e80edf27a5c | |
parent | 5b68cf3ed9c7b655a6d4e971d17ffa8924c3fadc (diff) |
fix installable tests to not install if unwanted
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index afa99dc1..99740c9a 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 |