Mercurial > pidgin
view src/Makefile.am @ 1267:9cff8ff01d37
[gaim-migrate @ 1277]
WHAT THE FUCK. Why do people use goto? It pisses me off. To no end. Let me say right now, if anyone submits a patch that has a goto in it, they'll probably be very ridiculed, possibly publicly, before i put them on my block list and refuse to accept any patches from them. Ever. Even if they don't have gotos in them. You can't excuse a goto. Ever. X-Chat has them all over. Read src/common/inbound.c. It made me do no fewer than three full-body shivers.
Oh yeah, and i moved blist files from %s.blist to %d.blist. gaim will take care of moving it for you.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 14 Dec 2000 13:22:58 +0000 |
| parents | 07f0bb41bbe1 |
| children | cfa8aa50df83 |
line wrap: on
line source
if GNOMEAPPLET bin_PROGRAMS = gaim_applet gaim_applet_SOURCES = about.c \ aim.c \ applet.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ dialogs.c \ gaimrc.c \ gtkhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.c \ multi.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c gaim_applet_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ gaim_applet_LDADD = @LDADD@ @LIBOBJS@ else bin_PROGRAMS = gaim gaim_SOURCES = about.c \ aim.c \ applet.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ dialogs.c \ gaimrc.c \ gtkhtml.c \ gtkspell.c \ gtkticker.c \ html.c \ idle.c \ multi.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ prpl.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c gaim_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ gaim_LDADD = @LDADD@ @LIBOBJS@ endif CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS) LIBS += $(DEBUG_LIBS) EXTRA_DIST = convo.h \ gaim.h \ getopt.c \ getopt.h \ getopt1.c \ gtkhtml.h \ gtkspell.h \ gtkticker.h \ gnome_applet_mgr.h \ multi.h \ prpl.h \ proxy.h
