raster pushed a commit to branch master.

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

commit bd4e2a9e9d83d9a675fb437abbfdf5ff4ed69c43
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Feb 15 18:49:53 2018 +0900

    efl - fix build again after removal of install of public header
    
    put elm_code_widget_legacy.eo.h back in the includes to install as it
    is required by other public headers...
---
 src/Makefile_Elementary.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index 92cbf7503c..555262a854 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -378,7 +378,8 @@ includesunstable_HEADERS = \
        lib/elementary/elm_code.h \
        lib/elementary/elm_code_widget_legacy.h \
        lib/elementary/elm_code_widget_selection.h \
-       lib/elementary/elm_code_diff_widget.h \
+        lib/elementary/elm_code_widget_legacy.eo.h \
+        lib/elementary/elm_code_diff_widget.h \
        lib/elementary/elm_code_common.h \
        lib/elementary/elm_code_line.h \
        lib/elementary/elm_code_text.h \

-- 


Reply via email to