elm: efl_ui_flip: add fl_ui_flip_eo.h redirection header lost during rename

When this was renamed from elm_flip to efl_ui_flip the _eo.h header was lost
which is needed as redirection. This broke for me in distcheck when the .eo.h
was going to get generated. It also aligns it with the other headers we have
here.
This commit is contained in:
Stefan Schmidt 2016-06-09 15:03:22 +02:00
parent 1a34d89d20
commit c3c344da41
4 changed files with 5 additions and 4 deletions

View File

@ -370,7 +370,7 @@ includesub_HEADERS = \
lib/elementary/elm_entry_legacy.h \
lib/elementary/elm_finger.h \
lib/elementary/elm_flip.h \
lib/elementary/efl_ui_flip.eo.h \
lib/elementary/efl_ui_flip_eo.h \
lib/elementary/efl_ui_flip_legacy.h \
lib/elementary/elm_flipselector.h \
lib/elementary/elm_flipselector_eo.h \

View File

@ -331,8 +331,8 @@ includesub_HEADERS = \
elm_finger.h \
elm_flip.h \
efl_ui_flip_legacy.h\
efl_ui_flip.eo.h \
efl_ui_flip_internal_part.eo.h \
efl_ui_flipi_eo.h \
efl_ui_flip_internal_part_eo.h \
elm_flipselector.h \
elm_flipselector_eo.h \
elm_flipselector_legacy.h \

View File

@ -0,0 +1 @@
#include "efl_ui_flip.eo.h"

View File

@ -39,7 +39,7 @@
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_flip.eo.h"
#include "efl_ui_flip_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "efl_ui_flip_legacy.h"