From c359bf90cec94845778917e177fbfe047de4abea Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Tue, 29 Jan 2019 22:40:21 +0000 Subject: [PATCH] build: remove eina-bench-cmp from DIST list the script has been removed on meson.build cause it's quite useless. this patch removes it from autotools build also. Differential Revision: https://phab.enlightenment.org/D7828 Change-Id: I60250e1f08642d6f0db6659c9eaa0cad11ffc2c3 --- src/Makefile_Eina.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am index 79e24ca..f105265 100644 --- a/src/Makefile_Eina.am +++ b/src/Makefile_Eina.am @@ -297,7 +297,9 @@ bin_eina_eina_modinfo_eina_modinfo_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ ### Script -bin_SCRIPTS += scripts/eina/eina-bench-cmp +# disabled because its a pretty useless script that forces python as a +# a dependency and doesn't parse anything efl or test apps produce +# bin_SCRIPTS += scripts/eina/eina-bench-cmp ### Unit tests -- 2.7.4