summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorSavio Sena <savio@expertisesolutions.com.br>2014-07-02 12:09:20 -0300
committerSavio Sena <savio@expertisesolutions.com.br>2014-07-02 20:01:09 -0300
commit073b666022cc39427ccc26574ee3928cb366e674 (patch)
tree3db6866facfe620eb82d3806e6aaa04e65682353 /src/benchmarks
parent7d46c921cb828b289005228123cbfc6ed463b912 (diff)
downloadefl-073b666022cc39427ccc26574ee3928cb366e674.tar.gz
autotools: Fixed 'make examples' and 'make examples-install'
It was broken in set-ups with ($(builddir) != $(srcdir)) && ($(builddir) != $(srcdir)/build)
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/eina/Makefile.am2
-rw-r--r--src/benchmarks/evas/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/eina/Makefile.am b/src/benchmarks/eina/Makefile.am
index 63cf39f8d0..9f64d46c5b 100644
--- a/src/benchmarks/eina/Makefile.am
+++ b/src/benchmarks/eina/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_builddir)/src/lib/eina \
--DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \
+-DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
-DCITYHASH_BENCH \
-DEINA_ENABLE_BENCH_E17 \
@EINA_CFLAGS@ \
diff --git a/src/benchmarks/evas/Makefile.am b/src/benchmarks/evas/Makefile.am
index 31c9d72321..80ce560fc2 100644
--- a/src/benchmarks/evas/Makefile.am
+++ b/src/benchmarks/evas/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib/eina \
-I$(top_builddir)/src/lib/eina \
-I$(top_srcdir)/src/modules/evas/engines/buffer \
--DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \
+-DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
-DTESTS_SRC_DIR=\"$(abs_top_srcdir)/src/tests/evas\" \
@EVAS_CFLAGS@