# HG changeset patch # User Eric Warmenhoven # Date 1002174318 0 # Node ID ce09589b76816196d039ebc0ccd7b3c7465fc359 # Parent e5f76dc2c8d16a14677aec8d5be960000f512e70 [gaim-migrate @ 2436] able to compile gg and zephyr statically. committer: Tailor Script diff -r e5f76dc2c8d1 -r ce09589b7681 src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Thu Oct 04 00:05:18 2001 +0000 +++ b/src/protocols/gg/gg.c Thu Oct 04 05:45:18 2001 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 2406 2001-09-29 23:06:30Z warmenhoven $ + * $Id: gg.c 2436 2001-10-04 05:45:18Z warmenhoven $ * * Copyright (C) 2001, Arkadiusz Mi¶kiewicz * @@ -969,7 +969,7 @@ static struct prpl *my_protocol = NULL; -void agg_init(struct prpl *ret) +void gg_init(struct prpl *ret) { ret->protocol = PROTO_GADUGADU; ret->options = 0; @@ -1016,7 +1016,7 @@ char *gaim_plugin_init(GModule *handle) { - load_protocol(agg_init, sizeof(struct prpl)); + load_protocol(gg_init, sizeof(struct prpl)); return NULL; } diff -r e5f76dc2c8d1 -r ce09589b7681 src/protocols/zephyr/Makefile.am --- a/src/protocols/zephyr/Makefile.am Thu Oct 04 00:05:18 2001 +0000 +++ b/src/protocols/zephyr/Makefile.am Thu Oct 04 05:45:18 2001 +0000 @@ -59,6 +59,7 @@ ZSubs.c \ ZVariables.c \ ZWait4Not.c \ + ZhmStat.c \ Zinternal.c \ com_err.h \ error_message.c \