raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=26acc9bea2ac80f45f04dfe8ecced56b87670377

commit 26acc9bea2ac80f45f04dfe8ecced56b87670377
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Dec 20 18:04:05 2017 +0900

    osx build - try again
    
    try fix T6448 again
---
 src/modules/elementary/access_output/mod.c                         | 4 +++-
 src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c | 5 ++++-
 src/modules/elementary/prefs/prefs_iface.c                         | 2 ++
 src/modules/elementary/test_entry/mod.c                            | 4 +++-
 src/modules/elementary/test_map/mod.c                              | 3 +++
 src/modules/elementary/web/none/elm_web_none.c                     | 6 ++++--
 6 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/src/modules/elementary/access_output/mod.c 
b/src/modules/elementary/access_output/mod.c
index ce8c47d570..203f584a3e 100644
--- a/src/modules/elementary/access_output/mod.c
+++ b/src/modules/elementary/access_output/mod.c
@@ -2,7 +2,9 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
+#include "Elementary.h"
+
+#define ELEMENTARY_BUILD
 #include "elm_module_helper.h"
 
 /* to enable this module
diff --git a/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c 
b/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
index 1bfbd083ff..4626c94be1 100644
--- a/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
+++ b/src/modules/elementary/clock_input_ctxpopup/clock_input_ctxpopup.c
@@ -2,11 +2,14 @@
 #include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
+#include "Elementary.h"
+#include "elm_module_helper.h"
 #include "elm_widget.h"
 #include "efl_ui_clock_private.h"
 #include "elm_ctxpopup_item.eo.h"
 #include "elm_ctxpopup.eo.h"
+
+#define ELEMENTARY_BUILD
 #include "elm_module_helper.h"
 
 #define CLOCK_FIELD_COUNT       8
diff --git a/src/modules/elementary/prefs/prefs_iface.c 
b/src/modules/elementary/prefs/prefs_iface.c
index 1150fcbd2f..0c46a25261 100644
--- a/src/modules/elementary/prefs/prefs_iface.c
+++ b/src/modules/elementary/prefs/prefs_iface.c
@@ -3,6 +3,8 @@
 #endif
 
 #include "Elementary.h"
+
+#define ELEMENTARY_BUILD
 #include "private.h"
 
 /* including declaration of each prefs item implementation iface struct */
diff --git a/src/modules/elementary/test_entry/mod.c 
b/src/modules/elementary/test_entry/mod.c
index 621f40a32a..8fd4181a6d 100644
--- a/src/modules/elementary/test_entry/mod.c
+++ b/src/modules/elementary/test_entry/mod.c
@@ -2,7 +2,9 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
+#include "Elementary.h"
+
+#define ELEMENTARY_BUILD
 #include "elm_module_helper.h"
 
 // module api funcs needed
diff --git a/src/modules/elementary/test_map/mod.c 
b/src/modules/elementary/test_map/mod.c
index 884375a0a3..457f24754e 100644
--- a/src/modules/elementary/test_map/mod.c
+++ b/src/modules/elementary/test_map/mod.c
@@ -3,7 +3,10 @@
 #endif
 
 #include "Elementary.h"
+#include "elm_module_helper.h"
 #include "elm_widget_map.h"
+
+#define ELEMENTARY_BUILD
 #include "elm_module_helper.h"
 
 EAPI Eina_Stringshare *
diff --git a/src/modules/elementary/web/none/elm_web_none.c 
b/src/modules/elementary/web/none/elm_web_none.c
index acdf97c968..bd3024d273 100644
--- a/src/modules/elementary/web/none/elm_web_none.c
+++ b/src/modules/elementary/web/none/elm_web_none.c
@@ -4,10 +4,12 @@
 
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 
-#include <Elementary.h>
-
+#include "Elementary.h"
+#include "elm_module_helper.h"
 #include "elm_priv.h"
 #include "elm_widget_web.h"
+
+#define ELEMENTARY_BUILD
 #include "elm_module_helper.h"
 #include "elm_web_none.eo.h"
 

-- 


Reply via email to