summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-26 16:37:50 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-26 16:45:38 +0100
commit60e9fa42a11b939158f04caaa01222f1df6b611d (patch)
tree472553f522be6fa78da532d9668e32ce74088c2c /testsuite
parentdaab7d1c40b12b2449270851c6e54ba716b9ecda (diff)
build: Make some more rules silent if requested
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 282e362548..de055c8650 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -16,7 +16,7 @@ testhelper_la_SOURCES = \
# This is a hack to make sure a shared library is built
testhelper.la: $(testhelper_la_OBJECTS) $(testhelper_la_DEPENDENCIES)
- $(LINK) -rpath $(pkgpyexecdir) $(testhelper_la_LDFLAGS) $(testhelper_la_OBJECTS) $(testhelper_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(LINK) -rpath $(pkgpyexecdir) $(testhelper_la_LDFLAGS) $(testhelper_la_OBJECTS) $(testhelper_la_LIBADD) $(LIBS)
tests = \
test_adapter.py \