stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=93fd5caa8aaf6dccbc049f54ae7b59528338bea3
commit 93fd5caa8aaf6dccbc049f54ae7b59528338bea3 Author: Stefan Schmidt <[email protected]> Date: Fri Nov 4 12:01:33 2016 +0100 efl_ui_clock: make sure the headers are disted in to the final tarball Fixes make distcheck after the new efl_ui_clock was introduced. --- src/Makefile_Elementary.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 03e17c3..3969221 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -268,6 +268,7 @@ includesunstable_HEADERS = \ lib/elementary/elm_widget_toolbar.h \ lib/elementary/efl_ui_video_private.h \ lib/elementary/elm_widget_web.h \ + lib/elementary/efl_ui_clock.h \ lib/elementary/elm_code.h \ lib/elementary/elm_code_widget_legacy.h \ lib/elementary/elm_code_widget_selection.h \ @@ -664,6 +665,7 @@ lib_elementary_libelementary_la_SOURCES = \ lib/elementary/efl_ui_grid_private.h \ lib/elementary/efl_ui_text.c \ lib/elementary/efl_ui_clock.c \ + lib/elementary/efl_ui_clock_private.h \ $(NULL) --
