cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9a1a549ef43ffc26fdf449e7688752053dd261dd
commit 9a1a549ef43ffc26fdf449e7688752053dd261dd Author: Cedric BAIL <ced...@osg.samsung.com> Date: Sun Apr 5 15:19:50 2015 +0200 eio: add missing file to release tarball. --- src/Makefile_Eio.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am index c42c5eb..52ac3c5 100644 --- a/src/Makefile_Eio.am +++ b/src/Makefile_Eio.am @@ -80,4 +80,7 @@ tests_eio_eio_suite_DEPENDENCIES = \ endif -EXTRA_DIST += tests/eio/eio_suite.h +EXTRA_DIST += \ +tests/eio/eio_suite.h \ +lib/eio/eio_model.h + --