stefan pushed a commit to branch master.

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

commit faf77b6ce7f32ec0c89c50c76f1b3c948f882e77
Author: Stefan Schmidt <[email protected]>
Date:   Wed Sep 13 11:11:11 2017 +0200

    ecore: fix distcheck buil by including missing file
    
    In commit df9f2e07722fa384cba09e934351e90f0d237009 this new header file
    was introduced but it was missing from this list and thus never made it
    into the dist.
    
    I have to say I look forward to a future where a git based dist
    handling, like meson does, replaces the tiresome approach of keeping the
    list up to date.
---
 src/Makefile_Ecore.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am
index 755d4bb0f8..47db250567 100644
--- a/src/Makefile_Ecore.am
+++ b/src/Makefile_Ecore.am
@@ -94,6 +94,7 @@ lib/ecore/efl_model_container_private.h \
 lib/ecore/efl_model_composite_boolean.c \
 lib/ecore/efl_model_composite_selection.c \
 lib/ecore/efl_model_accessor_view.c \
+lib/ecore/efl_model_accessor_view_private.h \
 lib/ecore/ecore_pipe.c \
 lib/ecore/ecore_poller.c \
 lib/ecore/ecore_time.c \

-- 


Reply via email to