diff options
Diffstat (limited to 'Makefile.introspection')
-rw-r--r-- | Makefile.introspection | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.introspection b/Makefile.introspection index 7bd0efe7..96162947 100644 --- a/Makefile.introspection +++ b/Makefile.introspection @@ -63,12 +63,14 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include)) _gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)") # Macros for AM_SILENT_RULES prettiness +_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) + _gir_silent_scanner = $(_gir_silent_scanner_$(V)) -_gir_silent_scanner_ = $(_gir_silent_scanner_$(AM_DEFAULT_VERBOSITY)) +_gir_silent_scanner_ = $(_gir_silent_scanner_$(_gir_verbosity)) _gir_silent_scanner_0 = @echo " GISCAN $(1)"; _gir_silent_compiler = $(_gir_silent_compiler_$(V)) -_gir_silent_compiler_ = $(_gir_silent_compiler_$(AM_DEFAULT_VERBOSITY)) +_gir_silent_compiler_ = $(_gir_silent_compiler_$(_gir_verbosity)) _gir_silent_compiler_0 = @echo " GICOMP $(1)"; # |