savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=24ac9a223d6a5f83e6b9b1af28e0322a4f3f1e94
commit 24ac9a223d6a5f83e6b9b1af28e0322a4f3f1e94 Author: Savio Sena <sa...@expertisesolutions.com.br> Date: Fri Sep 12 16:06:37 2014 -0300 autotools/tests: Force generation of .eo.{c,h} in Eolian tests. --- src/Makefile_Eolian.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am index 6bf7fd1..0cdfaa1 100644 --- a/src/Makefile_Eolian.am +++ b/src/Makefile_Eolian.am @@ -118,6 +118,7 @@ TESTS += tests/eolian/eolian_suite tests_eolian_eolian_suite_LDADD = @CHECK_LIBS@ @USE_EOLIAN_LIBS@ tests_eolian_eolian_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ +tests_eolian_eolian_suite.$(OBJEXT): $(EOLIAN_TESTS_EOS_GENERATED) endif --