From: Eric W. <war...@us...> - 2001-12-05 10:38:42
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv27884/protocols/yahoo 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/yahoo/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 2001/11/26 23:18:36 1.7 +++ Makefile.am 2001/12/05 10:38:39 1.8 @@ -11,7 +11,7 @@ pkg_LTLIBRARIES = noinst_LIBRARIES = libyahoo.a -libyahoo_a_SOURCES = crypt.c md5.c yahoo.c +libyahoo_a_SOURCES = crypt.c yahoo.c else @@ -19,6 +19,6 @@ pkg_LTLIBRARIES = libyahoo.la noinst_LIBRARIES = -libyahoo_la_SOURCES = crypt.c md5.c yahoo.c +libyahoo_la_SOURCES = crypt.c yahoo.c endif --- md5.c DELETED --- |