On Tue, Sep 1, 2009 at 11:51 AM, Vincent Torri<[email protected]> wrote: > > > 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
ok >> -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 gettextize added it, maybe it's required during runtime? Maybe it need to be added just if ECORE_HAVE_GETTEXT is set? -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
