evas: include new header file in build to fix distcheck

Introduced in 72b13c3ebb the new header was
not deployed and thus not available in the tarball.
This commit is contained in:
Stefan Schmidt 2015-10-01 12:19:52 +02:00
parent fe92fac05f
commit c130b9e307
1 changed files with 1 additions and 0 deletions

View File

@ -658,6 +658,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 \