elm_check: make sure of the correct naming of header files

We use a header wrapper _eo.h here instead of using the eo.h file
directly. By not doing so the automagic in our build system will not
work.
This commit is contained in:
Stefan Schmidt 2017-05-19 12:05:10 +02:00 committed by Amitesh Singh
parent 3f2612c07d
commit f47b03f7fa
3 changed files with 3 additions and 2 deletions

View File

@ -341,7 +341,7 @@ includesub_HEADERS = \
lib/elementary/elm_calendar_legacy.h \
lib/elementary/elm_calendar_common.h \
lib/elementary/elm_check.h \
lib/elementary/efl_ui_check.eo.h \
lib/elementary/efl_ui_check_eo.h \
lib/elementary/elm_check_legacy.h \
lib/elementary/elm_clock.h \
lib/elementary/elm_clock_eo.h \

View File

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

View File

@ -60,7 +60,7 @@
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_check.eo.h"
#include "efl_ui_check_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_check_legacy.h"