stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e149f60464227c3efd6b27b4849c9af5acb70b0
commit 2e149f60464227c3efd6b27b4849c9af5acb70b0 Author: Stefan Schmidt <[email protected]> Date: Tue May 2 17:23:49 2017 +0200 tests: elm: make sure the new focus_common.h file gets into dist Needed to run check from the dist tarballs. --- src/Makefile_Elementary.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index d62045b..ae8bd09 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -1343,6 +1343,7 @@ tests_elementary_elm_suite_SOURCES = \ tests/elementary/elm_code_test_widget_selection.c \ tests/elementary/elm_code_test_widget_undo.c \ tests/elementary/elm_test_focus_common.c \ + tests/elementary/elm_test_focus_common.h \ tests/elementary/elm_test_focus.c \ tests/elementary/elm_test_focus_sub.c --
