eo: fix tests build.

This commit is contained in:
Cedric BAIL 2018-01-12 09:56:34 -08:00
parent e90a9f3eef
commit 082ebac3e3
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ tests/eo/suite/eo_test_init.c
tests_eo_eo_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eo\" \
@CHECK_CFLAGS@ \
@EO_CFLAGS@
@EO_CFLAGS@ \
@VALGRIND_CFLAGS@
tests_eo_eo_suite_LDADD = @CHECK_LIBS@ @USE_EO_LIBS@
tests_eo_eo_suite_DEPENDENCIES = @USE_EO_INTERNAL_LIBS@