gaim/gaim

00a3f86702ba
- Fixed a segfault that occurred when a key/value pair had no value (i.e.,
in the mail notification packets that the Yahoo server is sending out).
- Skip over a garbage character in mail notification packets that's causing
the sender name key/value pair to be ignored.
- Some code cleanups, which should optimize it (though not noticeably so)
and make it easier to read. Thanks go to ZuperDee for this.
EXTRA_DIST = gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \
HACKING gaim2blt.pl licq2gaim.pl setup-gettext
dist-hook: gaim.spec
cp gaim.spec $(distdir)
if DISTRIB
distribgnorbadir = $(sysconfdir)/CORBA/servers
distribgnorba_DATA = gaim_applet.gnorba
distribdesktopdir = $(datadir)/applets/Network
distribdesktop_DATA = gaim_applet.desktop
else
if GNOMEAPPLET
gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
gnomedata = `@GNOME_CONFIG@ --datadir`
gaim_GNORBA = gaim_applet.gnorba
gaimgnorbadir = $(gnomesysconf)/CORBA/servers
gaimgnorba_DATA = $(gaim_GNORBA)
gaim_DESKTOP = gaim_applet.desktop
gaimdesktopdir = $(gnomedata)/applets/Network
gaimdesktop_DATA = $(gaim_DESKTOP)
endif
endif
pixmapdir = $(datadir)/gnome/apps/Internet
pixmap_DATA = gaim.desktop
SUBDIRS = m4 sounds plugins pixmaps doc po intl src
ACLOCAL_AMFLAGS = -I m4