Mercurial > pidgin
view plugins/gevolution/Makefile.am @ 9494:42d6650bcdac
[gaim-migrate @ 10320]
"
1. Copied the Slovenian translator's email address from
the po file; it seems odd to have <> in about.c but
nothing inside the <>.
2. I asked T.M.Thanh what "T.M.Thanh, Gnome Vi Team"
exactly refers to (mainly because the literal
translation to zh_TW sounds a bit odd, especially with
the full stop between the name and the email address),
and he replied
On Thu, Jul 08, 2004 at 09:00:48AM -0700, Trinh Minh
Thanh wrote:
> Hello,
> Thanks for your mail. What I like is that :
> "T.M.Thanh and Gnome-Vi Team".
> Cheers.
>
> --- Ambrose Li <acli@ada.dhs.org> wrote:
> > Hello,
> >
> > in gaim's about box, your name is listed as
> > "T.M.Thanh, Gnome Vi Team".
> >
> > Does this refer to you and the Gnome Vi Team,
> > or does this refer to you as a member of the
> > Gnome Vi Team?
> >
> > Thanks!" --Ambrose C. LI
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 09 Jul 2004 13:41:15 +0000 |
| parents | 52473ca8f2e5 |
| children | ff4be2d1401d |
line wrap: on
line source
plugindir = $(libdir)/gaim gevolution_la_LDFLAGS = \ -module -avoid-version \ $(EVOLUTION_ADDRESSBOOK_LIBS) if PLUGINS plugin_LTLIBRARIES = gevolution.la gevolution_la_SOURCES = \ add_buddy_dialog.c \ assoc-buddy.c \ gevolution.c \ gevolution.h \ gevo-util.c \ new_person_dialog.c endif gevolution_la_LIBADD = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)
