e/modules: workaround missing dep in some automake versions

Automake 1.11 seems not to include a dependency between
wizard_page_150_la_OBJECTS and the generated .c/.h files. I'm not
entirely sure this is the right fix, but letting the build broken for
some people is not nice neither. Try to fix it with this, and check
later if this is indeed necessary.



SVN revision: 78998
This commit is contained in:
Lucas De Marchi 2012-11-08 13:01:20 +00:00
parent 0dd06ef17e
commit c5f1ac5065
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ wizard/e_mod_comp_cfdata.h: $(top_srcdir)/src/modules/comp/e_mod_comp_cfdata.h
wizard/e_mod_comp_cfdata.c: $(top_srcdir)/src/modules/comp/e_mod_comp_cfdata.c wizard/e_mod_comp_main.h wizard/e_mod_comp_cfdata.h
$(AM_V_GEN) $(SED) 's/e_mod_main\.h/e_mod_comp_main.h/g' $< > $@
$(wizard_page_150_la_OBJECTS): wizard/e_mod_comp_cfdata.c
CLEANFILES += wizard/e_mod_comp_cfdata.c \
wizard/e_mod_comp_cfdata.h \
wizard/e_mod_comp_main.h