summaryrefslogtreecommitdiff
path: root/qt4/demos
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-08-25 21:03:16 +0200
committerAlbert Astals Cid <aacid@kde.org>2009-08-25 21:03:16 +0200
commit6c5c8d008456d1e4f3d60bc182209747c2a175dc (patch)
tree147cd372b58ada0f13c626c559f927bcefdcedd3 /qt4/demos
parente7dd1c47b01d8f31599ee686eafbe7c54d7c023a (diff)
Support AM_SILENT_RULES
When using automake 1.11, should support silent build rules.
Diffstat (limited to 'qt4/demos')
-rw-r--r--qt4/demos/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/demos/Makefile.am b/qt4/demos/Makefile.am
index 140d62c9..c3f636c6 100644
--- a/qt4/demos/Makefile.am
+++ b/qt4/demos/Makefile.am
@@ -16,7 +16,7 @@ SUFFIXES: .moc
# This rule lets GNU make create any *.moc from the equivalent *.h
.h.moc:
- $(MOCQT4) -i $< -o $@
+ $(AM_V_GEN) $(MOCQT4) -i $< -o $@
noinst_PROGRAMS = poppler_qt4viewer