Update of /cvsroot/gaim/gaim/src/protocols
In directory usw-pr-cvs1:/tmp/cvs-serv5211/src/protocols
Modified Files:
Makefile.am
Log Message:
Arkadiusz Miskiewicz\'s Gadu-Gadu plugin. I was able to figure out enough polish to be able to download Gadu-Gadu, create an account, and test the plugin. Imagine my shock when I got my info and it said I was a woman. Whoops.
Also splitting plugins.c so that non-gtk stuff is in modules.c. gaim-core is almost ready for protocol implantaion.
Also fixing an IRC bug.
Also patiently waiting for anoncvs_gaim's lock in /cvsroot/gaim/gaim/pixmaps
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 2001/07/31 01:00:38 1.1
+++ Makefile.am 2001/09/29 23:06:30 1.2
@@ -1,6 +1,6 @@
if PRPLS
-SUBDIRS = icq irc jabber msn napster oscar toc yahoo zephyr
+SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr
else
|