From: Emmanuele Bassi Date: Tue, 7 Sep 2010 14:23:35 +0000 (+0100) Subject: Makefile.am.enums: Forgot an AM_V_GEN X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=287b3ba542080dd4466060d05ac153dbec8dcde6;p=profile%2Fivi%2Fclutter.git Makefile.am.enums: Forgot an AM_V_GEN --- diff --git a/build/autotools/Makefile.am.enums b/build/autotools/Makefile.am.enums index cbe4a1d..d3dc742 100644 --- a/build/autotools/Makefile.am.enums +++ b/build/autotools/Makefile.am.enums @@ -44,7 +44,7 @@ $(glib_enum_h): stamp-enum-types @true $(glib_enum_c): $(glib_enum_headers) $(glib_enum_h) $(enum_tmpl_c) - $(QUIET_GEN)$(GLIB_MKENUMS) \ + $(AM_V_GEN)$(GLIB_MKENUMS) \ --template $(enum_tmpl_c) \ $(glib_enum_headers) > xgen-ec \ && cp -f xgen-ec $(glib_enum_c) \