build: include newly created efl_ui_focus_graph.h file in dist

This header file was newly created in 258b96be35
Autotools need to made aware of it so it will actually land in the dist
or a distcheck run will break with:
../../../src/lib/elementary/efl_ui_focus_graph.c:9:10: fatal error: efl_ui_focus_graph.h: No such file or directory
This commit is contained in:
Stefan Schmidt 2018-05-03 12:57:06 +02:00
parent 99864df317
commit 9ad14a190b
1 changed files with 1 additions and 0 deletions

View File

@ -854,6 +854,7 @@ lib_elementary_libelementary_la_SOURCES = \
lib/elementary/efl_page_transition_scroll.c \
lib/elementary/efl_page_indicator.c \
lib/elementary/efl_page_indicator_icon.c \
lib/elementary/efl_ui_focus_graph.h \
lib/elementary/efl_ui_focus_graph.c \
lib/elementary/efl_ui_tab_pager.c \
lib/elementary/efl_ui_tab_bar.c \