stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c30e14c7083851a60884dd054e66df158fece371
commit c30e14c7083851a60884dd054e66df158fece371 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Thu Jul 31 11:21:20 2014 +0200 tests/eolian_cxx: Package callback.eo file into tarball in all cases. When running make distcheck with release mode enabled the callback.eo file did not find its way into the tarball and failed the build. --- src/Makefile_Eolian_Cxx.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index c071371..b21b760 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -90,10 +90,9 @@ tests_eolian_cxx_eolian_cxx_suite_LDADD = \ @CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_EOLIAN_LIBS@ tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ -EXTRA_DIST += tests/eolian_cxx/callback.eo - endif +EXTRA_DIST += tests/eolian_cxx/callback.eo include Makefile_Eolian_Cxx_Helper.am endif --