summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-09-13 11:11:11 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-09-13 11:25:13 +0200
commitfaf77b6ce7f32ec0c89c50c76f1b3c948f882e77 (patch)
tree072a1f19f8010374693b1550834c3c688686e631
parent58c2c50dcc13bebca71e949ffe20d5f55507da8a (diff)
downloadefl-faf77b6ce7f32ec0c89c50c76f1b3c948f882e77.tar.gz
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.
-rw-r--r--src/Makefile_Ecore.am1
1 files changed, 1 insertions, 0 deletions
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 \