diff options
author | Tom Hacohen <tom@stosb.com> | 2014-07-22 15:29:33 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-08-21 11:04:28 +0100 |
commit | 7f52ef6869b2c1400748b044dfad1edd359dff58 (patch) | |
tree | a29c196df5dac2cba18976fc986bb30ac9b3cba1 /configure.ac | |
parent | b6a85788462d505d36a4d722479b8a007cb0515e (diff) |
Configure: Add libefl's .eo file in eolian include path.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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") | |||
30 | 30 | ||
31 | # Needs to be moved into a macro, and also, needs a way to automatically fetch | 31 | # Needs to be moved into a macro, and also, needs a way to automatically fetch |
32 | # from all the dependencies using the Requires. | 32 | # from all the dependencies using the Requires. |
33 | DEPS_EOLIAN_FLAGS=`pkg-config --variable=eolian_flags eo evas edje ecore` | 33 | DEPS_EOLIAN_FLAGS=`pkg-config --variable=eolian_flags eo evas edje ecore efl` |
34 | AC_SUBST(DEPS_EOLIAN_FLAGS) | 34 | AC_SUBST(DEPS_EOLIAN_FLAGS) |
35 | 35 | ||
36 | ELM_UNIX_DEF="#undef" | 36 | ELM_UNIX_DEF="#undef" |