elm: fix compilation of examples
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Wed, 11 Oct 2017 07:13:00 +0000 (09:13 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Wed, 11 Oct 2017 07:51:33 +0000 (09:51 +0200)
We need to install efl.ui.focus.composition and efl.ui.focus.layer

src/Makefile_Elementary.am

index e371e4f..ee0113c 100644 (file)
@@ -142,13 +142,13 @@ elm_public_eolian_files = \
        lib/elementary/efl_ui_textpath_part.eo \
        lib/elementary/efl_ui_translatable.eo \
        lib/elementary/efl_ui_win_part.eo \
+       lib/elementary/efl_ui_focus_layer.eo \
+       lib/elementary/efl_ui_focus_composition.eo \
        $(NULL)
 
 # Private classes (not exposed or shipped)
 elm_private_eolian_files = \
        lib/elementary/efl_ui_internal_text_interactive.eo \
-       lib/elementary/efl_ui_focus_layer.eo \
-  lib/elementary/efl_ui_focus_composition.eo \
        lib/elementary/efl_ui_focus_composition_adapter.eo \
        lib/elementary/efl_ui_win_part.eo \
        tests/elementary/focus_test.eo \