elementary: fix building agaiunst efl - missing installed headers

yet again a fix needed for something that should have been tested
BEFORE a push. build stuff AGAINST efl. seriously. do you forget to
put your pants on before you leave your home? is it that hard to do
something as simple as BUILD AGAINST EFL before a push if any commit
you did made changes that MIGHT affect that? serousoly? do i have to
remind peolpe to put their pants on? i already have done this several
times recently. thigns that would have been caught by simply building
against efl after changes and before a push. this is a basic thing to
do like putting your pants on. do it.
This commit is contained in:
Carsten Haitzler 2017-12-14 23:56:48 +09:00
parent 9aaa5cf839
commit ec2b6e4d67
1 changed files with 5 additions and 5 deletions

View File

@ -60,6 +60,7 @@ elm_public_eolian_files = \
lib/elementary/efl_ui_focus_util.eo \
lib/elementary/efl_ui_button_part.eo \
lib/elementary/efl_ui_flip_part.eo \
lib/elementary/efl_ui_layout_factory.eo \
lib/elementary/efl_ui_layout_part.eo \
lib/elementary/efl_ui_layout_part_box.eo \
lib/elementary/efl_ui_layout_part_content.eo \
@ -67,6 +68,10 @@ elm_public_eolian_files = \
lib/elementary/efl_ui_layout_part_table.eo \
lib/elementary/efl_ui_layout_part_bg.eo \
lib/elementary/efl_ui_layout_part_legacy.eo \
lib/elementary/efl_ui_list.eo \
lib/elementary/efl_ui_list_model.eo \
lib/elementary/efl_ui_list_pan.eo \
lib/elementary/efl_ui_list_relayout.eo \
lib/elementary/efl_ui_multibuttonentry_part.eo \
lib/elementary/efl_ui_panes_part.eo \
lib/elementary/efl_ui_progressbar_part.eo \
@ -211,12 +216,7 @@ elm_legacy_eolian_files = \
lib/elementary/elm_slideshow_item.eo \
lib/elementary/elm_table.eo \
lib/elementary/elm_thumb.eo \
lib/elementary/efl_ui_list.eo \
lib/elementary/efl_ui_list_pan.eo \
lib/elementary/efl_ui_list_model.eo \
lib/elementary/efl_ui_list_relayout.eo \
lib/elementary/efl_ui_list_precise_layouter.eo \
lib/elementary/efl_ui_layout_factory.eo \
$(NULL)
elm_eolian_type_files = \