efl: fix build failure when it builds with coverage.
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 1 Dec 2015 23:30:04 +0000 (15:30 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 1 Dec 2015 23:30:07 +0000 (15:30 -0800)
commitc421e519b0e834053023a600e8cad5b77173b4ad
tree83883db2e258e15bbbe8f4933b179a8180cba54f
parent917fdbd59706145ea37eae59a6a47f7b9d1e7ff3
efl: fix build failure when it builds with coverage.

Summary:
When src/bin/efl/ builds with [--with-tests=coverage], it fails to find gcov lib.
The gcov/lcov related options has to be passed when it is builded.
And it only contained in EFL_CFLAGS, EFL_LIBS.
@fix

Test Plan:
Be sure the your enviroments to build src/bin/efl/.

1. Run ./autogen.sh --with-tests=coverage
2. make or make check
3. See the build errors.

Reviewers: raster, jpeg, cedric

Reviewed By: cedric

Subscribers: herdsman

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

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