diff src/protocols/yahoo/Makefile.am @ 2849:4eb0490f5ff3

[gaim-migrate @ 2862] md5.c really should be in gaim-core. it's used by oscar (aim and icq), msn, and yahoo. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Dec 2001 10:38:39 +0000
parents 536bb833fdeb
children 44140dae2865
line wrap: on
line diff
--- a/src/protocols/yahoo/Makefile.am	Wed Dec 05 10:21:11 2001 +0000
+++ b/src/protocols/yahoo/Makefile.am	Wed Dec 05 10:38:39 2001 +0000
@@ -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