jackdanielz pushed a commit to branch master.

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

commit e5be817b7fed4ff4a980defc595457b4535162db
Author: Daniel Zaoui <[email protected]>
Date:   Sun Mar 9 11:56:42 2014 +0200

    Eolian: Fix path to .eo
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 07d007a..30245e6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ BUILT_SOURCES =
 
 EOLIAN_FLAGS = \
               -I$(srcdir)/lib/eo \
-              -I$(srcdir)/lib/evas
+              -I$(srcdir)/lib/evas/canvas
 
 DIST_SUBDIRS =
 SUBDIRS =

-- 


Reply via email to