Makefile.am.enums: Forgot an AM_V_GEN

This commit is contained in:
Emmanuele Bassi 2010-09-07 15:23:35 +01:00
parent 368b24b420
commit 287b3ba542

View File

@ -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) \