summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-07-22 15:29:33 +0100
committerTom Hacohen <tom@stosb.com>2014-08-20 17:14:09 +0100
commitb5aef01a1232e40f613401ce9c4977e95fde96ef (patch)
tree1f0f07a252e12c90ad566c158b583a739262ad12
parentd5ef36a0c0eb530d3a8591e2939e86de34042f76 (diff)
downloadelementary-b5aef01a1232e40f613401ce9c4977e95fde96ef.tar.gz
Configure: Add libefl's .eo file in eolian include path.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f84ff4ac3..74c5e1193 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_DEFINE_UNQUOTED(MODULE_EDJE, "$MODULE_EDJE", "Edje module architecture")
# Needs to be moved into a macro, and also, needs a way to automatically fetch
# from all the dependencies using the Requires.
-DEPS_EOLIAN_FLAGS=`pkg-config --variable=eolian_flags eo evas edje ecore`
+DEPS_EOLIAN_FLAGS=`pkg-config --variable=eolian_flags eo evas edje ecore efl`
AC_SUBST(DEPS_EOLIAN_FLAGS)
ELM_UNIX_DEF="#undef"