[epiphany] Makefile: silence epiphany resources generation



commit 9f55f021881a43e2e99b3e84970ec71c87d14c97
Author: Xan Lopez <xan igalia com>
Date:   Fri Mar 30 21:19:23 2012 +0200

    Makefile: silence epiphany resources generation

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e34a65..8926d07 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -120,10 +120,10 @@ UI_FILES = \
 	$(NULL)
 
 epiphany-resources.c: epiphany.gresource.xml $(UI_FILES)
-	glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml
+	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml
 
 epiphany-resources.h: epiphany.gresource.xml $(UI_FILES)
-	glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml
+	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml
 
 EPIPHANY_RESOURCES = \
 	epiphany-resources.c \



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