From: Eric W. <war...@us...> - 2001-09-27 02:56:42
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv17632/src/protocols/oscar Modified Files: Makefile.am Removed Files: md5.c md5.h Log Message: this should have been moved here originally Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 2001/09/21 20:47:37 1.2 +++ Makefile.am 2001/09/27 02:56:38 1.3 @@ -1,4 +1,4 @@ -EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h md5.h README \ +EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h README \ CHANGES COPYING BUGS AUTHORS pkgdir = $(libdir)/gaim @@ -24,7 +24,6 @@ im.c \ info.c \ login.c \ - md5.c \ meta.c \ misc.c \ msgcookie.c \ @@ -57,7 +56,6 @@ im.c \ info.c \ login.c \ - md5.c \ meta.c \ misc.c \ msgcookie.c \ --- md5.c DELETED --- --- md5.h DELETED --- |