summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-01-22 02:47:11 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-01-22 02:47:11 +0000
commitce5025d0a2b701541ca9343686f9dac858905da4 (patch)
tree863be5aba9d88da91142f80920db199004fa4115
parenteb0360bc5496ea5caa68e3f5675299aa0f7ebf48 (diff)
downloadclutter-ce5025d0a2b701541ca9343686f9dac858905da4.tar.gz
build: Silence the ClutterJson gir generation
Use the silent rule QUIET_GEN like the rest of the GIR generation rules in Clutter.
-rw-r--r--clutter/json/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/clutter/json/Makefile.am b/clutter/json/Makefile.am
index caedd00f3..9edfb304b 100644
--- a/clutter/json/Makefile.am
+++ b/clutter/json/Makefile.am
@@ -1,3 +1,5 @@
+include $(top_srcdir)/build/autotools/Makefile.am.silent
+
source_c = \
$(srcdir)/json-array.c \
$(srcdir)/json-generator.c \
@@ -39,7 +41,7 @@ if HAVE_INTROSPECTION
BUILT_GIRSOURCES =
ClutterJson-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-json.la
- $(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=@CLUTTER_API_VERSION@ \
+ $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=@CLUTTER_API_VERSION@ \
--add-include-path=$(srcdir) --add-include-path=. \
--include=GObject-2.0 \
--library=libclutter-json.la \