[gvfs] Make the build a bit more quiet



commit 839168f660866dc7e4c28b37246543d10ef43ee5
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 9 21:43:48 2012 -0400

    Make the build a bit more quiet
    
    Hide gdbus-codegen behind $(AM_V_GEN) to make things
    look nice and clean.

 monitor/proxy/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monitor/proxy/Makefile.am b/monitor/proxy/Makefile.am
index c49663e..e2dc241 100644
--- a/monitor/proxy/Makefile.am
+++ b/monitor/proxy/Makefile.am
@@ -9,7 +9,7 @@ dbus_built_sources = gvfsvolumemonitordbus.c gvfsvolumemonitordbus.h
 BUILT_SOURCES = $(dbus_built_sources)
 
 $(dbus_built_sources) : Makefile.am dbus-interfaces.xml
-	gdbus-codegen									\
+	$(AM_V_GEN) gdbus-codegen									\
 		--interface-prefix org.gtk.Private.					\
 		--c-namespace GVfs							\
 		--generate-c-code gvfsvolumemonitordbus					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]