devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1291af37ad4fdc4cb34c233071d9637c0bb723b5
commit 1291af37ad4fdc4cb34c233071d9637c0bb723b5 Author: Mike Blumenkrantz <zm...@samsung.com> Date: Mon Apr 22 07:21:58 2019 -0400 autotools: add lib/evas/common/evas_map_image_internal_high.c to dist Summary: ref 84e162b01f542f31bc1c6dfc0f190eb965211229 Reviewers: devilhorns Reviewed By: devilhorns Subscribers: cedric, #reviewers, #committers Tags: #efl_build Differential Revision: https://phab.enlightenment.org/D8676 --- src/Makefile_Evas.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 90ae47f6ad..8e419e87f3 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -588,6 +588,7 @@ lib/evas/common/evas_map_image_internal.c \ lib/evas/common/evas_map_image_core.c \ lib/evas/common/evas_map_image_loop.c \ lib/evas/common/evas_map_image_aa.c \ +lib/evas/common/evas_map_image_internal_high.c \ lib/evas/common/evas_scale_smooth_scaler.c \ lib/evas/common/evas_scale_smooth_scaler_down.c \ lib/evas/common/evas_scale_smooth_scaler_downx.c \ --