glima pushed a commit to branch master.

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

commit f74ab7f7d27e7b2ab994563404e0b29f13f9736d
Author: Gustavo Lima Chaves <gustavo.lima.cha...@intel.com>
Date:   Tue Nov 10 00:34:37 2015 -0200

    efl: fix build out of tree
    
    @fix
---
 src/Makefile_Ector.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am
index be340cf..f6fe1e1 100644
--- a/src/Makefile_Ector.am
+++ b/src/Makefile_Ector.am
@@ -106,7 +106,7 @@ lib_ector_libector_la_CPPFLAGS = 
-I$(top_builddir)/src/lib/efl \
 -I$(top_builddir)/src/lib/ector \
 -I$(top_builddir)/src/lib/ector/cairo \
 -I$(top_builddir)/src/lib/ector/software \
--I$(top_builddir)/src/static_libs/freetype \
+-I$(top_srcdir)/src/static_libs/freetype \
 @ECTOR_CFLAGS@ \
 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \

-- 


Reply via email to