On Tue, 1 Sep 2009, Enlightenment SVN wrote:

> Log:
>  have ecore+gettext stuff to actually compile.
>
> Author:       barbieri
> Date:         2009-09-01 07:46:16 -0700 (Tue, 01 Sep 2009)
> New Revision: 42157
>
> Added:
>  trunk/ecore/ABOUT-NLS trunk/ecore/po/ChangeLog trunk/ecore/po/Makefile.in.in
> Modified:
>  trunk/ecore/Makefile.am trunk/ecore/src/lib/ecore/ecore_getopt.c
>
> Added: trunk/ecore/ABOUT-NLS
>
> Modified: trunk/ecore/Makefile.am
> ===================================================================
> --- trunk/ecore/Makefile.am   2009-09-01 14:35:59 UTC (rev 42156)
> +++ trunk/ecore/Makefile.am   2009-09-01 14:46:16 UTC (rev 42157)
> @@ -4,6 +4,13 @@
>
> SUBDIRS = doc src
>
> +if ECORE_HAVE_GETTEXT
> +SUBDIRS += po
> +endif
> +
> +DIST_SUBDIRS = doc src po

you don't need to set DIST_SUBDIRS. automake will know that po/ must be 
included in the distribution tarblalls


> -EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \
> +EXTRA_DIST = config.rpath  AUTHORS COPYING COPYING-PLAIN \
>            autogen.sh ecore.supp \
>            ecore.pc.in \
>            ecore-con.pc.in \

I'm not sure that config.rpath is needed. It's a generated file, afaik

Vincent

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to