summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-05-19 12:05:10 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-05-19 12:05:10 +0200
commit90be8847abba6fb620e4e669c7ce8dc29fdde7a7 (patch)
tree3e8ec46cda42033e03466356df010bea6d4c515d
parent11e580e53da1c976f94364764c09b97612432ec0 (diff)
downloadefl-90be8847abba6fb620e4e669c7ce8dc29fdde7a7.tar.gz
elm_check: make sure of the correct naming of header filesdevs/ami/check_rename
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.
-rw-r--r--src/Makefile_Elementary.am2
-rw-r--r--src/lib/elementary/efl_ui_check_eo.h1
-rw-r--r--src/lib/elementary/elm_check.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index b9a59a5456..8b047fe615 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -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 \
diff --git a/src/lib/elementary/efl_ui_check_eo.h b/src/lib/elementary/efl_ui_check_eo.h
new file mode 100644
index 0000000000..0d260728db
--- /dev/null
+++ b/src/lib/elementary/efl_ui_check_eo.h
@@ -0,0 +1 @@
+#include "efl_ui_check.eo.h"
diff --git a/src/lib/elementary/elm_check.h b/src/lib/elementary/elm_check.h
index c200f7f94f..6004ca1de6 100644
--- a/src/lib/elementary/elm_check.h
+++ b/src/lib/elementary/elm_check.h
@@ -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"