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...
This commit is contained in:
Daniel Zaoui 2013-04-28 14:22:02 +03:00
parent 994318eebe
commit 57461dc6a1
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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