From 702fc00ccab74dfc68c6fe7c46deaabe108eb6f3 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Sat, 24 Nov 2012 19:16:28 +0000 Subject: [PATCH] include as compiler path SVN revision: 79639 --- ecorexx/src/Animator.cpp | 2 +- ecorexx/src/Application.cpp | 4 ++-- ecorexx/src/EvasWindow.cpp | 4 ++-- ecorexx/src/EvasWindowFB.cpp | 2 +- ecorexx/src/EvasWindowGLX11.cpp | 4 ++-- ecorexx/src/EvasWindowSoftwareX11.cpp | 4 ++-- ecorexx/src/EvasWindowXRenderX11.cpp | 4 ++-- ecorexx/src/Job.cpp | 2 +- ecorexx/src/Makefile.am | 3 ++- ecorexx/src/Timer.cpp | 2 +- ecorexx/src/XWindow.cpp | 2 +- 11 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ecorexx/src/Animator.cpp b/ecorexx/src/Animator.cpp index b7d6f5b..1f38d7a 100644 --- a/ecorexx/src/Animator.cpp +++ b/ecorexx/src/Animator.cpp @@ -2,7 +2,7 @@ #include #endif -#include "../include/ecorexx/Animator.h" +#include "ecorexx/Animator.h" #include namespace Ecorexx { diff --git a/ecorexx/src/Application.cpp b/ecorexx/src/Application.cpp index aad4cb7..6d9ab04 100644 --- a/ecorexx/src/Application.cpp +++ b/ecorexx/src/Application.cpp @@ -6,8 +6,8 @@ #include #include #include -#include "../include/ecorexx/Application.h" -#include "../include/ecorexx/Timer.h" +#include "ecorexx/Application.h" +#include "ecorexx/Timer.h" /* STD */ #ifdef ENABLE_EFLPP_FB // TODO: configure support! diff --git a/ecorexx/src/EvasWindow.cpp b/ecorexx/src/EvasWindow.cpp index 4952182..32a308f 100644 --- a/ecorexx/src/EvasWindow.cpp +++ b/ecorexx/src/EvasWindow.cpp @@ -4,8 +4,8 @@ /* EFLxx */ #include -#include "../include/ecorexx/EvasWindow.h" -#include "../include/ecorexx/XWindow.h" +#include "ecorexx/EvasWindow.h" +#include "ecorexx/XWindow.h" #include #include diff --git a/ecorexx/src/EvasWindowFB.cpp b/ecorexx/src/EvasWindowFB.cpp index df2ed1c..cac9262 100644 --- a/ecorexx/src/EvasWindowFB.cpp +++ b/ecorexx/src/EvasWindowFB.cpp @@ -7,7 +7,7 @@ /* EFLxx */ #include -#include "../include/ecorexx/EvasWindowFB.h" +#include "ecorexx/EvasWindowFB.h" namespace Ecorexx { diff --git a/ecorexx/src/EvasWindowGLX11.cpp b/ecorexx/src/EvasWindowGLX11.cpp index 71d1615..06a8552 100644 --- a/ecorexx/src/EvasWindowGLX11.cpp +++ b/ecorexx/src/EvasWindowGLX11.cpp @@ -7,8 +7,8 @@ /* EFLxx */ #include -#include "../include/ecorexx/EvasWindowGLX11.h" -#include "../include/ecorexx/XWindow.h" +#include "ecorexx/EvasWindowGLX11.h" +#include "ecorexx/XWindow.h" namespace Ecorexx { diff --git a/ecorexx/src/EvasWindowSoftwareX11.cpp b/ecorexx/src/EvasWindowSoftwareX11.cpp index 0101f9d..603d6d3 100644 --- a/ecorexx/src/EvasWindowSoftwareX11.cpp +++ b/ecorexx/src/EvasWindowSoftwareX11.cpp @@ -7,8 +7,8 @@ /* EFLxx */ #include -#include "../include/ecorexx/EvasWindowSoftwareX11.h" -#include "../include/ecorexx/XWindow.h" +#include "ecorexx/EvasWindowSoftwareX11.h" +#include "ecorexx/XWindow.h" namespace Ecorexx { diff --git a/ecorexx/src/EvasWindowXRenderX11.cpp b/ecorexx/src/EvasWindowXRenderX11.cpp index d6a48cd..92abab6 100644 --- a/ecorexx/src/EvasWindowXRenderX11.cpp +++ b/ecorexx/src/EvasWindowXRenderX11.cpp @@ -7,8 +7,8 @@ /* EFLxx */ #include -#include "../include/ecorexx/EvasWindowXRenderX11.h" -#include "../include/ecorexx/XWindow.h" +#include "ecorexx/EvasWindowXRenderX11.h" +#include "ecorexx/XWindow.h" namespace Ecorexx { diff --git a/ecorexx/src/Job.cpp b/ecorexx/src/Job.cpp index 8fd50cc..f2daa00 100644 --- a/ecorexx/src/Job.cpp +++ b/ecorexx/src/Job.cpp @@ -1,5 +1,5 @@ /* Project */ -#include "../include/ecorexx/Job.h" +#include "ecorexx/Job.h" namespace Ecorexx { diff --git a/ecorexx/src/Makefile.am b/ecorexx/src/Makefile.am index 61b543e..5ef4884 100644 --- a/ecorexx/src/Makefile.am +++ b/ecorexx/src/Makefile.am @@ -6,7 +6,8 @@ AM_CPPFLAGS = \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ - $(EFL_CFLAGS) + $(EFL_CFLAGS) \ + -I../include AM_CFLAGS =\ -Wall\ diff --git a/ecorexx/src/Timer.cpp b/ecorexx/src/Timer.cpp index 871e008..52dd4a6 100644 --- a/ecorexx/src/Timer.cpp +++ b/ecorexx/src/Timer.cpp @@ -3,7 +3,7 @@ #endif /* EFLxx */ -#include "../include/ecorexx/Timer.h" +#include "ecorexx/Timer.h" #include diff --git a/ecorexx/src/XWindow.cpp b/ecorexx/src/XWindow.cpp index be8bd4a..fd25b5e 100644 --- a/ecorexx/src/XWindow.cpp +++ b/ecorexx/src/XWindow.cpp @@ -2,7 +2,7 @@ #include #endif -#include "../include/ecorexx/XWindow.h" +#include "ecorexx/XWindow.h" //=============================================================================================== // XWindow