summaryrefslogtreecommitdiff
path: root/src/Makefile_Edje.am
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-03-12 12:46:06 +0000
committerTom Hacohen <tom@stosb.com>2013-03-12 12:46:06 +0000
commit3ba9311c0fc2774d9b5aaef395f82144a3312378 (patch)
tree73c3d2e1c8977afb69b513b9007a302db1a64d18 /src/Makefile_Edje.am
parentb13fe184bfc393f2113a9de5114b3d72458f49f9 (diff)
Tests: Output XML to build dir, not source dir.
Diffstat (limited to 'src/Makefile_Edje.am')
-rw-r--r--src/Makefile_Edje.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am
index 0b20f8b8f..20ec55288 100644
--- a/src/Makefile_Edje.am
+++ b/src/Makefile_Edje.am
@@ -210,7 +210,7 @@ tests/edje/edje_suite.h
tests_edje_edje_suite_CPPFLAGS = \
$(EDJE_COMMON_CPPFLAGS) \
--DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/edje\" \
+-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/edje\" \
@CHECK_CFLAGS@
tests_edje_edje_suite_LDADD = @CHECK_LIBS@ @USE_EDJE_LIBS@
tests_edje_edje_suite_DEPENDENCIES = @USE_EDJE_INTERNAL_LIBS@