elementary: fix building agaiunst efl - missing installed headers
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 14 Dec 2017 14:56:48 +0000 (23:56 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 14 Dec 2017 18:35:47 +0000 (03:35 +0900)
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.

src/Makefile_Elementary.am

index d674d29..6e4b3be 100644 (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 = \