mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
build: Use QUIET_GEN when building ClutterJson GIR
This commit is contained in:
parent
8f11b3ca48
commit
5c162d904b
@ -1,3 +1,5 @@
|
|||||||
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||||
|
|
||||||
source_c = \
|
source_c = \
|
||||||
$(srcdir)/json-array.c \
|
$(srcdir)/json-array.c \
|
||||||
$(srcdir)/json-generator.c \
|
$(srcdir)/json-generator.c \
|
||||||
@ -40,7 +42,8 @@ if HAVE_INTROSPECTION
|
|||||||
BUILT_GIRSOURCES =
|
BUILT_GIRSOURCES =
|
||||||
|
|
||||||
ClutterJson-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-json.la
|
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@ \
|
||||||
$(INCLUDES) \
|
$(INCLUDES) \
|
||||||
--add-include-path=$(srcdir) --add-include-path=. \
|
--add-include-path=$(srcdir) --add-include-path=. \
|
||||||
--include=GObject-2.0 \
|
--include=GObject-2.0 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user