cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7343b69b551fb43a3fb70adf83e039ddda16bde7
commit 7343b69b551fb43a3fb70adf83e039ddda16bde7 Author: Jee-Yong Um <jc9...@samsung.com> Date: Thu Jun 16 16:48:13 2016 -0700 elementary: remove non-exist target from Makefile Summary: efl_ui_flip_internal_part_eo.h doesn't exist but it belongs to the target list of Makefile. Remove it from the list to fix an error when building elementary only. Test Plan: $ make (in src/lib/elementary path) Reviewers: jpeg, cedric Differential Revision: https://phab.enlightenment.org/D4046 Signed-off-by: Cedric BAIL <ced...@osg.samsung.com> --- src/lib/elementary/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/Makefile.am b/src/lib/elementary/Makefile.am index 6abaa8d..49f48cd 100644 --- a/src/lib/elementary/Makefile.am +++ b/src/lib/elementary/Makefile.am @@ -333,7 +333,6 @@ includesub_HEADERS = \ elm_flip.h \ efl_ui_flip_legacy.h\ efl_ui_flip_eo.h \ - efl_ui_flip_internal_part_eo.h \ elm_flipselector.h \ elm_flipselector_eo.h \ elm_flipselector_legacy.h \ --