build: fix duplicated use of the variable in multiple Makefile_*.am.
authorVincent Torri <vincent dot torri at gmail dot com>
Thu, 18 Feb 2016 21:25:21 +0000 (13:25 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 18 Feb 2016 21:37:31 +0000 (13:37 -0800)
commitf2111102cf40b004e1fa3af98cefb3782ddeb5d9
treed75f1ee9f160f428dad319751e3996898b1dd8ab
parent2636fd6559a83a574e83f4977709357e1df6b912
build: fix duplicated use of the variable in multiple Makefile_*.am.

GL_SHADERS_GEN is defined in the Makefile.am of Ector and Evas. As these
Mafile_*.am are included in the same Makefile.am, there is a warning with
multiple defined triggered by automake. So this patch rename these 2 variables

Test Plan: autogen.sH

Reviewers: jpeg, cedric

Differential Revision: https://phab.enlightenment.org/D3711

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/Makefile_Ector.am
src/Makefile_Evas.am