Evas tests: Fix TESTS_BUILD_DIR to point to the build dir.

This commit is contained in:
Tom Hacohen 2013-03-26 14:58:19 +00:00
parent acd705fe9f
commit 585ea16d7f
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ tests/evas/evas_suite.h
tests_evas_evas_suite_CPPFLAGS = \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/evas\" \
-DTESTS_BUILD_DIR=\"$(top_srcdir)/src/tests/evas\" \
-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/evas\" \
@CHECK_CFLAGS@ \
@EVAS_CFLAGS@