On Fri, 2 Jan 2009 15:55:30 +0100 "Albin Tonnerre" <albin.tonne...@gmail.com>
babbled:

> Oh, sorry, didn't think about that :/
> 
> On Fri, Jan 2, 2009 at 12:19 PM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
> 
> > Log:
> >  fix things that broke after utils moved to lib/e/subdir
> >
> >
> > Author:       raster
> > Date:         2009-01-02 03:19:06 -0800 (Fri, 02 Jan 2009)
> > New Revision: 38418
> >
> > Modified:
> >  trunk/e/src/bin/Makefile.am trunk/e/src/bin/e_fm_main.c
> > trunk/e/src/bin/e_prefix.c
> >
> > Modified: trunk/e/src/bin/Makefile.am
> > ===================================================================
> > --- trunk/e/src/bin/Makefile.am 2009-01-02 10:57:02 UTC (rev 38417)
> > +++ trunk/e/src/bin/Makefile.am 2009-01-02 11:19:06 UTC (rev 38418)
> > @@ -345,8 +345,7 @@
> >  enlightenment_fm_SOURCES = \
> >  e_fm_main.c \
> >  e_user.c \
> > -e_sha1.c \
> > -e_prefix.c
> > +e_sha1.c
> >
> 
> Now you might need e_utils.c too, or you'll end up with a build failure when
> compiling with multiple make jobs

e_user.c, and e_sha1.c are self-contained and dont use any other e bits.
e_fm_main doesn't include e_utils.h or any other headers than these - so it
shouldnt have deps (it'd be wrong) ;)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to