Mercurial > pidgin
view src/Makefile.am @ 4279:34e94878fdab
[gaim-migrate @ 4530]
Date: 2003-01-10 12:10
Sender: zongo_fr
Logged In: YES
user_id=271450
new diff file against 1.41:
- use of plural forms
- updated uppercase accented characters
- changing a few translation to be consistent with the
french mozilla glossary
- fixes for a few translation errors or imprecisions
file is date 20030110 and can be found on
http://www.frankiz.org/gaim/ as
http://www.frankiz.org/gaim/fr.po-1.41-20030110.diff
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 10 Jan 2003 22:37:19 +0000 |
parents | 74f65a3d2a1f |
children | 5fb47ec9bfe4 |
line wrap: on
line source
EXTRA_DIST = \ getopt.c \ getopt.h \ getopt1.c SUBDIRS = protocols bin_PROGRAMS = gaim gaim-remote gaim_SOURCES = about.c \ aim.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ convo.h \ core.c \ core.h \ dialogs.c \ ft.c \ gaim.h \ gaim-socket.h \ gaimrc.c \ gtkimhtml.c \ gtkimhtml.h \ html.c \ idle.c \ list.c \ log.c \ md5.c \ md5.h \ module.c \ multi.c \ multi.h \ perl.c \ prefs.c \ proxy.c \ proxy.h \ prpl.c \ prpl.h \ server.c \ session.c \ socket.c \ sound.c \ themes.c \ util.c \ ui.h gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_LDFLAGS = -export-dynamic gaim_LDADD = \ $(GTK_LIBS) \ $(SOUND_LIBS) \ $(STATIC_LINK_LIBS) \ $(PERL_LIBS) \ $(XSS_LIBS) \ $(SM_LIBS) \ $(INTLLIBS) \ $(GTKSPELL_LIBS) gaim_remote_SOURCES = gaim-remote.c socket.c gaim_remote_LDADD = $(GLIB_LIBS) AM_CPPFLAGS = \ $(PERL_CFLAGS) \ $(GTKSPELL_CFLAGS) \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)