Mercurial > pidgin
view src/protocols/rendezvous/Makefile.am @ 9044:23bcfdcd530d
[gaim-migrate @ 9820]
Revert the "First name:" -> "First Name:" translation, as HIG wants it the
former way. Looking around, it seems this is the only "First [Nn]ame:"
string we have. The rest of the translated ones are without the colon.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 23 May 2004 22:16:25 +0000 |
| parents | dbbf5470ba05 |
| children | fe9f4eee3dcb |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim RENDEZVOUSSOURCES = \ mdns.c \ mdns_cache.c \ rendezvous.c AM_CFLAGS = $(st) librendezvous_la_LDFLAGS = -module -avoid-version if STATIC_RENDEZVOUS st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = librendezvous.a librendezvous_a_SOURCES = $(RENDEZVOUSSOURCES) librendezvous_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = librendezvous.la librendezvous_la_SOURCES = $(RENDEZVOUSSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)
