From: Eric W. <war...@us...> - 2001-12-05 10:38:42
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv27884 Modified Files: Makefile.am Added Files: md5.c md5.h 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/Makefile.am,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Makefile.am 2001/10/04 07:47:56 1.43 +++ Makefile.am 2001/12/05 10:38:39 1.44 @@ -19,6 +19,7 @@ html.c \ idle.c \ list.c \ + md5.c \ module.c \ multi.c \ perl.c \ @@ -52,6 +53,7 @@ html.c \ idle.c \ list.c \ + md5.c \ module.c \ multi.c \ perl.c \ @@ -83,6 +85,7 @@ gtkimhtml.h \ gtkspell.h \ gtkticker.h \ + md5.h \ multi.h \ prpl.h \ proxy.h \ |