Mercurial > pidgin.yaz
view plugins/gestures/Makefile.am @ 4511:238e1dd2f1a7
[gaim-migrate @ 4787]
Carl-Daniel Hailfinger (c-d_hailfinger) found that:
"Current CVS with debug is unable to login to Gadu-Gadu.
It establishes a TCP connection (which stays up until I
quit Gaim), but throws following error:
'Could not log in. Connection impossible'
(rough translation of german)
'3838257 konnte sich nicht anmelden: Verbindung nicht
mo'glich' "
he then further took the time to provide a patch :-)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 03 Feb 2003 13:57:25 +0000 |
parents | 16540914c963 |
children | 2e23ccbccdec |
line wrap: on
line source
plugindir = $(libdir)/gaim gestures_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gestures.la gestures_la_SOURCES = \ gestures.c \ gstroke.h \ gstroke-internal.h \ stroke.c \ stroke-draw.c endif INCLUDES = \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)