On Thu, Mar 13, 2014 at 5:51 PM, Tom Hacohen <t...@stosb.com> wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=47f95e4029bf4cc16b62ae89f17736b775594742 > > commit 47f95e4029bf4cc16b62ae89f17736b775594742 > Author: Tom Hacohen <t...@stosb.com> > Date: Thu Mar 13 08:50:52 2014 +0000 > > Eolian: Fix building of .eo files. > > It was incorrectly detected that this is an internal build, which caused > issues. > --- > configure.ac | 4 +++- > src/lib/Makefile.am | 2 +- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index b4b146a..b20f949 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -649,9 +649,11 @@ AC_SUBST(requirement_elm) > > EFL_WITH_BIN([eet], [eet-eet], [eet]) > EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) > -EFL_WITH_BIN([eolian], [eolian-gen], [eolian_gen]) > EFL_WITH_BIN([elementary], [elementary-codegen], [elementary_codegen]) > EFL_WITH_BIN([elementary], [elm-prefs-cc], [elm_prefs_cc]) > +EFL_WITH_BIN([eolian], [eolian-gen], [eolian_gen]) > +# Force the helper to try external eolian-gen > +AM_CONDITIONAL(HAVE_EOLIAN_GEN, [true])
To follow the rest of efl, shouldn't we name it either eolian_cc or eolian_codegen ? -- Cedric BAIL ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel