build: remove eina-bench-cmp from DIST list 91/198891/1
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 29 Jan 2019 22:40:21 +0000 (22:40 +0000)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 31 Jan 2019 00:35:47 +0000 (09:35 +0900)
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

index 79e24ca..f105265 100644 (file)
@@ -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