Summary:
Fix Efl.h include problem of the installed header "efl_types.eot.h".
Move efl_types.eot to src/lib/efl/interfaces to compile and install at
the same place of other Eolian-generated headers.
Test Plan: compile and test expedit
Reviewers: felipealmeida, stefan_schmidt, tasn, cedric, q66, JackDanielZ
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D3670
efl_eolian_type_files = \
lib/efl/interfaces/efl_gfx_types.eot \
- lib/efl/efl_types.eot \
+ lib/efl/interfaces/efl_types.eot \
$(NULL)
efl_eolian_files_h = $(efl_eolian_files:%.eo=%.eo.h) \
#ifdef EFL_BETA_API_SUPPORT
-#include "efl_types.eot.h"
+#include "interfaces/efl_types.eot.h"
#include <Efl_Model_Common.h>