seoz pushed a commit to branch efl-1.15. http://git.enlightenment.org/core/efl.git/commit/?id=1722d2c3ab2dea59337f5ce697fd5b87c7b0d681
commit 1722d2c3ab2dea59337f5ce697fd5b87c7b0d681 Author: Stefan Schmidt <[email protected]> Date: Thu Oct 1 12:19:52 2015 +0200 evas: include new header file in build to fix distcheck Introduced in 72b13c3ebb0b5f117f3602871ec2842d4baac786 the new header was not deployed and thus not available in the tarball. --- src/Makefile_Evas.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index a627713..66184ea 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -659,6 +659,7 @@ modules/evas/engines/gl_generic/ector_cairo_software_surface.eo.h GL_COMMON_SOURCES = \ modules/evas/engines/gl_common/evas_gl_private.h \ modules/evas/engines/gl_common/evas_gl_common.h \ +modules/evas/engines/gl_common/evas_gl_define.h \ modules/evas/engines/gl_common/evas_gl_context.c \ modules/evas/engines/gl_common/evas_gl_file_cache.c \ modules/evas/engines/gl_common/evas_gl_shader.c \ --
