efl - fix build after cedric breakage

25b6a280c0 broke the build...
specifically building AGAINST efl.
This commit is contained in:
Carsten Haitzler 2017-11-08 15:05:11 +09:00
parent 50cc85f426
commit a3b1b5d540
2 changed files with 4 additions and 1 deletions

View File

@ -415,6 +415,7 @@ includesub_HEADERS = \
lib/elementary/efl_ui_frame_legacy.h \
lib/elementary/elm_gen.h \
lib/elementary/elm_general.h \
lib/elementary/efl_general.h \
lib/elementary/elm_gengrid.h \
lib/elementary/elm_gengrid_common.h \
lib/elementary/elm_gengrid_legacy.h \

View File

@ -64,7 +64,9 @@ extern "C" {
extern EAPI double _efl_startup_time;
#include "Ecore_Common.h"
#include "Ecore_Eo.h"
#ifdef EFL_OBJECT_BETA
# include "Ecore_Eo.h"
#endif
#ifdef __cplusplus
}