summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 21:52:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 21:52:39 +0100
commit88c6b7ac7385480b943af8f23b800f2c20ba4aad (patch)
tree9ba90f96cd4897913706b207e9a80e80edf27a5c
parent5b68cf3ed9c7b655a6d4e971d17ffa8924c3fadc (diff)
fix installable tests to not install if unwanted
-rw-r--r--test/Makefile.am2
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