Mercurial > pidgin
view src/Makefile.am @ 5231:b5f912af996e
[gaim-migrate @ 5601]
i missed that rant when i looked at this the first 2 times. it was MY fault
that the original es.po patch, submitted to debian, was not committed. i was
not yet on the debian Gaim PTS, and had committed a translation update that
broke the one submitted to debian just before i was notified that the debian
submitted patch existed. any rant about that patch not being accepted should
be directed to/at me not robot101. i addressed this once in a reply to the
aforementioned patch, but apparently the submitter is too dense to figure it
out.
hopefully this is the last time i will have to address the fact that
because i get translation patches from a number of different sources, i
sometimes break one patch by applying a different one.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 26 Apr 2003 18:13:06 +0000 |
parents | 1a53330dfd34 |
children | b353c171fd3c |
line wrap: on
line source
EXTRA_DIST = \ getopt.c \ getopt.h \ getopt1.c SUBDIRS = protocols CORESOURCES = \ blist.c \ blist.h \ conversation.c \ conversation.h \ core.c \ core.h \ debug.c \ debug.h \ event.c \ event.h \ ft.c \ ft.h \ plugin.c \ plugin.h \ pounce.c \ pounce.h \ proxy.c \ proxy.h \ prpl.c \ prpl.h \ server.c \ sound.c \ sound.h \ util.c \ util.h bin_PROGRAMS = gaim gaim-remote gaim_SOURCES = \ $(CORESOURCES) \ about.c \ away.c \ browser.c \ buddy_chat.c \ dialogs.c \ dnd-hints.c \ dnd-hints.h \ gaim.h \ gaim-socket.h \ gaim-disclosure.c \ gaim-disclosure.h \ gaimrc.c \ gtkcellrendererprogress.c \ gtkcellrendererprogress.h \ gtkblist.c \ gtkblist.h \ gtkconv.c \ gtkconv.h \ gtkdebug.c \ gtkdebug.h \ gtkft.c \ gtkft.h \ gtkimhtml.c \ gtkimhtml.h \ gtkplugin.c \ gtkplugin.h \ gtkpounce.c \ gtkpounce.h \ gtkutils.c \ gtkutils.h \ html.c \ idle.c \ log.c \ main.c \ md5.c \ md5.h \ multi.c \ multi.h \ prefs.c \ privacy.h \ session.c \ socket.c \ stock.c \ stock.h \ themes.c \ ui.h gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_LDFLAGS = -export-dynamic gaim_LDADD = \ @LIBOBJS@ \ $(GTK_LIBS) \ $(SOUND_LIBS) \ $(STATIC_LINK_LIBS) \ $(XSS_LIBS) \ $(SM_LIBS) \ $(INTLLIBS) \ $(GTKSPELL_LIBS) gaim_remote_SOURCES = gaim-remote.c socket.c gaim_remote_DEPENDENCIES = @LIBOBJS@ gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS) AM_CPPFLAGS = \ $(GTKSPELL_CFLAGS) \ $(AUDIOFILE_CFLAGS) \ $(AO_CFLAGS) \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)