diff options
author | Tom Hacohen <tom@stosb.com> | 2013-03-26 14:58:19 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-03-26 14:58:19 +0000 |
commit | 585ea16d7f86e943fb7fbb1302b0e6a80106c771 (patch) | |
tree | 76a719c23314ff16b85d70e8695e60c39947ac0a /src/Makefile_Evas.am | |
parent | acd705fe9f6f8eca543900acc109a55f49cbc2d0 (diff) |
Evas tests: Fix TESTS_BUILD_DIR to point to the build dir.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 257d06cc2..c651ddfa9 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -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@ |