raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42dfee3744c50a7f4edaae072237d8758529de41
commit 42dfee3744c50a7f4edaae072237d8758529de41 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Jan 24 23:39:03 2018 +0900 elm - fix makefile to install missing header for elm_code --- src/Makefile_Elementary.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index a0bb69128d..f93805136d 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -378,6 +378,7 @@ includesunstable_HEADERS = \ lib/elementary/elm_code.h \ lib/elementary/elm_code_widget_legacy.h \ lib/elementary/elm_code_widget_selection.h \ + lib/elementary/elm_code_widget_legacy.eo.h \ lib/elementary/elm_code_diff_widget.h \ lib/elementary/elm_code_common.h \ lib/elementary/elm_code_line.h \ --
