Elm container: Ship missing headers.

This commit is contained in:
Tom Hacohen 2014-09-24 11:27:14 +01:00
parent 82c7788148
commit 3bc816a88c
3 changed files with 8 additions and 0 deletions

View File

@ -193,6 +193,7 @@ EAPI extern Elm_Version *elm_version;
#include <elm_colorselector.h>
#include <elm_config.h>
#include <elm_conform.h>
#include <elm_container.h>
#include <elm_cursor.h>
#include <elm_datetime.h>
#include <elm_debug.h>

View File

@ -188,6 +188,7 @@ elm_config.h \
elm_conform.h \
elm_conform_eo.h \
elm_conform_legacy.h \
elm_container.h \
elm_cursor.h \
elm_datetime.h \
elm_datetime_common.h \

View File

@ -0,0 +1,6 @@
#ifdef EFL_EO_API_SUPPORT
#include <elm_container.eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_container.eo.legacy.h>
#endif