From: Eric W. <war...@us...> - 2001-12-05 10:38:42
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv27884/protocols/oscar Modified Files: Makefile.am Removed Files: md5.c Log Message: md5.c really should be in gaim-core. it's used by oscar (aim and icq), msn, and yahoo. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 2001/11/10 01:48:17 1.6 +++ Makefile.am 2001/12/05 10:38:39 1.7 @@ -25,7 +25,6 @@ im.c \ info.c \ invite.c \ - md5.c \ meta.c \ misc.c \ msgcookie.c \ @@ -63,7 +62,6 @@ im.c \ info.c \ invite.c \ - md5.c \ meta.c \ misc.c \ msgcookie.c \ --- md5.c DELETED --- |