comparison src/protocols/gg/Makefile.am @ 2846:4b3f17ca66bf

[gaim-migrate @ 2859] so here it comes - some bugs fixed, new ones introduced: - password changing (was in part 1) - update to latest libgg (fixes password change on alpha) - auto away on idle (remembers GG_STATE_FRIENDS_MASK) - handle_errcode() can now use hide_login_progress() - remove encode_postdata() and use gg_urlencode() from libgg + encode only fields (not whole url) - fixed status related ugly bug in GG_EVENT_NOTIFY (!!!) - remove linefeed from messages Thanks, Arkadiusz Miskiewicz committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Dec 2001 09:48:56 +0000
parents 8229710b343b
children 44140dae2865
comparison
equal deleted inserted replaced
2845:0c10058610a0 2846:4b3f17ca66bf
11 pkg_LTLIBRARIES = 11 pkg_LTLIBRARIES =
12 noinst_LIBRARIES = libgg.a 12 noinst_LIBRARIES = libgg.a
13 13
14 libgg_a_SOURCES = libgg.c \ 14 libgg_a_SOURCES = libgg.c \
15 libgg.h \ 15 libgg.h \
16 common.c \
16 iconv_string.c \ 17 iconv_string.c \
17 iconv_string.h \ 18 iconv_string.h \
18 gg.c 19 gg.c
19 20
20 else 21 else
23 pkg_LTLIBRARIES = libgg.la 24 pkg_LTLIBRARIES = libgg.la
24 noinst_LIBRARIES = 25 noinst_LIBRARIES =
25 26
26 libgg_la_SOURCES = libgg.c \ 27 libgg_la_SOURCES = libgg.c \
27 libgg.h \ 28 libgg.h \
29 common.c \
28 iconv_string.c \ 30 iconv_string.c \
29 iconv_string.h \ 31 iconv_string.h \
30 gg.c 32 gg.c
31 33
32 endif 34 endif