elm: efl_ui_frame: add back last efl_ui_frame_eo.h header

During the rename this header got lost and distcheck broke for me due to
problems when generating the files from eo. I fixed a similar problem after
the rename ro efl_ui_flip in commit c3c344da41

Subhransu, please keep this in mind when renaming another one so I do not have
to do another of these fixes. :)
This commit is contained in:
Stefan Schmidt 2016-07-07 12:18:50 +02:00
parent f8fd74f8d2
commit 488dfa3c3e
4 changed files with 4 additions and 3 deletions

View File

@ -395,7 +395,7 @@ includesub_HEADERS = \
lib/elementary/elm_focus_item.h \
lib/elementary/elm_font.h \
lib/elementary/elm_frame.h \
lib/elementary/efl_ui_frame.eo.h \
lib/elementary/efl_ui_frame_eo.h \
lib/elementary/efl_ui_frame_legacy.h \
lib/elementary/elm_gen.h \
lib/elementary/elm_general.h \

View File

@ -340,7 +340,7 @@ includesub_HEADERS = \
elm_focus_item.h \
elm_font.h \
elm_frame.h \
efl_ui_frame.eo.h \
efl_ui_frame_eo.h \
efl_ui_frame_legacy.h \
elm_gen.h \
elm_general.h \

View File

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

View File

@ -49,7 +49,7 @@
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_frame.eo.h"
#include "efl_ui_frame_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "efl_ui_frame_legacy.h"