evas: fix distcheck build of ector evas engine

In commit fbe92aa67f a dependency on the
software_generic header file was brought to the gl_generic module.
The include path to make this work was updated for meson but not for the
autotools build.

TravisCI distcheck builds found this for us.

Reviewed-by: Hermet Park <hermetpark@gmail.com>
Differential Revision: https://phab.enlightenment.org/D7468
This commit is contained in:
Stefan Schmidt 2018-12-17 17:13:24 +01:00
parent 7a5fbd1db6
commit 008b22c8a4
1 changed files with 1 additions and 0 deletions

View File

@ -986,6 +986,7 @@ modules_evas_engines_gl_generic_module_la_CFLAGS = \
-I$(top_builddir)/src/lib/evas/canvas \
-I$(top_srcdir)/src/modules/evas/engines/gl_common \
-I$(top_builddir)/src/modules/evas/engines/gl_generic \
-I$(top_builddir)/src/modules/evas/engines/software_generic \
@evas_engine_gl_common_cflags@ \
@EVAS_CFLAGS@
modules_evas_engines_gl_generic_module_la_LIBADD = \