aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/src/Makefile.am')
-rw-r--r--libraries/eina/src/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/eina/src/Makefile.am b/libraries/eina/src/Makefile.am
deleted file mode 100644
index 7ae5ce9..0000000
--- a/libraries/eina/src/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
1SUBDIRS = lib include modules tests examples
2
3MAINTAINERCLEANFILES = Makefile.in
4
5.PHONY: benchmark
6
7if EFL_ENABLE_BENCHMARK
8
9benchmark: all
10 cd tests && make eina_bench
11
12else
13
14benchmark:
15 @echo "reconfigure with --enable-benchmark"
16
17endif