Make the build more quiet

This commit is contained in:
Matthias Clasen 2013-01-14 15:53:13 -05:00
parent 456d6bb3e1
commit 57041baf58

View File

@ -161,7 +161,7 @@ EXTRA_DIST += \
# This is read by gobject-introspection/misc/ and gtk-doc
gobject-public-headers.txt: Makefile
echo $(gobject_public_h_sources) > $@.tmp && mv $@.tmp $@
$(AM_V_GEN) echo $(gobject_public_h_sources) > $@.tmp && mv $@.tmp $@
CLEANFILES += gobject-public-headers.txt