[gnome-online-accounts] build: Use AM_V_GEN where applicable



commit 2db83ddd41b0c228912734f0299d36dd950aaeee
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 19 16:14:45 2014 +0100

    build: Use AM_V_GEN where applicable

 src/goabackend/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
index 759f52d..59ed25a 100644
--- a/src/goabackend/Makefile.am
+++ b/src/goabackend/Makefile.am
@@ -26,12 +26,12 @@ AM_CPPFLAGS =                                                       \
 # ----------------------------------------------------------------------------------------------------
 
 goabackendenumtypes.h: goabackendenums.h goabackendenumtypes.h.template
-       ( top_builddir=`cd $(top_builddir) && pwd`;                                                     \
+       $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`;                                         \
         cd $(srcdir) && glib-mkenums --template goabackendenumtypes.h.template goabackendenums.h ) >   \
           goabackendenumtypes.h.tmp && mv goabackendenumtypes.h.tmp goabackendenumtypes.h
 
 goabackendenumtypes.c: goabackendenums.h goabackendenumtypes.c.template goabackendenumtypes.h
-       ( top_builddir=`cd $(top_builddir) && pwd`;                                                     \
+       $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`;                                         \
         cd $(srcdir) && glib-mkenums --template goabackendenumtypes.c.template goabackendenums.h ) >   \
           goabackendenumtypes.c.tmp && mv goabackendenumtypes.c.tmp goabackendenumtypes.c
 


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