Configure: Add libefl's .eo file in eolian include path.
authorTom Hacohen <tom@stosb.com>
Tue, 22 Jul 2014 14:29:33 +0000 (15:29 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Aug 2014 10:04:28 +0000 (11:04 +0100)
configure.ac

index f84ff4a..74c5e11 100644 (file)
@@ -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"