Evas tests: Fix TESTS_BUILD_DIR to point to the build dir.
authorTom Hacohen <tom@stosb.com>
Tue, 26 Mar 2013 14:58:19 +0000 (14:58 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 26 Mar 2013 14:58:19 +0000 (14:58 +0000)
src/Makefile_Evas.am

index 257d06c..c651ddf 100644 (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@