Update of /cvsroot/gaim/gaim/src/protocols/msn
In directory usw-pr-cvs1:/tmp/cvs-serv27884/protocols/msn
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/msn/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 2001/09/27 19:27:52 1.5
+++ Makefile.am 2001/12/05 10:38:39 1.6
@@ -11,7 +11,7 @@
pkg_LTLIBRARIES =
noinst_LIBRARIES = libmsn.a
-libmsn_a_SOURCES = msn.c md5.c
+libmsn_a_SOURCES = msn.c
else
@@ -19,6 +19,6 @@
pkg_LTLIBRARIES = libmsn.la
noinst_LIBRARIES =
-libmsn_la_SOURCES = msn.c md5.c
+libmsn_la_SOURCES = msn.c
endif
--- md5.c DELETED ---
|