From 2e149f60464227c3efd6b27b4849c9af5acb70b0 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 2 May 2017 17:23:49 +0200 Subject: [PATCH] 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 d62045b18d..ae8bd09190 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