jackdanielz pushed a commit to branch master.

commit 57461dc6a1189285e9b1d662173a71215df5730c
Author: Daniel Zaoui <[email protected]>
Date:   Sun Apr 28 14:22:02 2013 +0300

    Evas: rename Evas_Common.h to Evas_Common_Header.h
    
    This change is due to EFL compilation failing in Windows. This file was
    conflicting with evas_common.h. Case sensitive issue...
---
 src/Makefile_Evas.am                                 | 2 +-
 src/lib/evas/Evas.h                                  | 2 +-
 src/lib/evas/{Evas_Common.h => Evas_Common_Header.h} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 45c18d6..cf73a4e 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -7,7 +7,7 @@ noinst_LTLIBRARIES =
 installed_evasmainheadersdir = $(includedir)/evas-@VMAJ@
 dist_installed_evasmainheaders_DATA = \
 lib/evas/Evas.h \
-lib/evas/Evas_Common.h \
+lib/evas/Evas_Common_Header.h \
 lib/evas/Evas_Eo.h \
 lib/evas/Evas_Legacy.h \
 lib/evas/Evas_GL.h
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h
index b20576d..585ce48 100644
--- a/src/lib/evas/Evas.h
+++ b/src/lib/evas/Evas.h
@@ -283,7 +283,7 @@
 extern "C" {
 #endif
 
-#include <Evas_Common.h>
+#include <Evas_Common_Header.h>
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include <Evas_Legacy.h>
 #endif
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common_Header.h
similarity index 100%
rename from src/lib/evas/Evas_Common.h
rename to src/lib/evas/Evas_Common_Header.h

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to