efl - fix build after cedric breakage

25b6a280c0 broke the build...
specifically building AGAINST efl.
devs/subhransu/evas_vg
Carsten Haitzler 6 years ago
parent 50cc85f426
commit a3b1b5d540
  1. 1
      src/Makefile_Elementary.am
  2. 4
      src/lib/ecore/Efl_Core.h

@ -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 \

@ -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
}

Loading…
Cancel
Save