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.
This commit is contained in:
Stefan Schmidt 2016-11-04 12:01:33 +01:00
parent a69506db44
commit 93fd5caa8a
1 changed files with 2 additions and 0 deletions

View File

@ -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)