raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ec2b6e4d67e71bce7c5d60ec90dcf302802dba5f

commit ec2b6e4d67e71bce7c5d60ec90dcf302802dba5f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Dec 14 23:56:48 2017 +0900

    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.
---
 src/Makefile_Elementary.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index d674d299c0..6e4b3bee82 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -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 = \

-- 


Reply via email to