summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-09-27 04:46:30 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-09-27 04:46:30 +0000
commit0951e8a9d1618eeef063d5859848aff8aab63432 (patch)
treed91fd945b177895499ae99799214c1c0dd18ad3a /src/benchmarks
parentcfafa2dd72317fe7d596bd4cd7ba11fc0cbbb253 (diff)
Eo IS optional. Sorry, i will fight to have ALL libs being optional
SVN revision: 77126
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmarks/Makefile.am b/src/benchmarks/Makefile.am
index 9ebb2ddd6..15fa26cec 100644
--- a/src/benchmarks/Makefile.am
+++ b/src/benchmarks/Makefile.am
@@ -6,7 +6,9 @@ SUBDIRS = eina eo
benchmark:
@$(MAKE) $(AM_MAKEFLAGS) -C eina benchmark
+if EFL_BUILD_EO
@$(MAKE) $(AM_MAKEFLAGS) -C eo benchmark
+endif
benchmark-e17:
@$(MAKE) $(AM_MAKEFLAGS) -C eina benchmark-e17