diff src/Makefile.am @ 10684:72a5babfa8b4

[gaim-migrate @ 12231] the cipher api that grim has been working on for ages is finally done!! big congrats and thanks to him!! lots of modified files in this commit. it builds here. moved the md5 files to src/protocols/oscar so that it continues to depend on nothing in gaim. everything else uses the new centralized cipher api. I'm not sure if src/md5.* needs to be removed or not, so I left it there. someone let me know or do it directly. someone check if these need to be added to potfiles.in and let there be much rejoicing! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 11 Mar 2005 13:05:31 +0000
parents 868aafbe859b
children d0d1d631ed49
line wrap: on
line diff
--- a/src/Makefile.am	Fri Mar 11 04:13:27 2005 +0000
+++ b/src/Makefile.am	Fri Mar 11 13:05:31 2005 +0000
@@ -65,6 +65,7 @@
 	accountopt.c \
 	blist.c \
 	buddyicon.c \
+	cipher.c \
 	cmds.c \
 	connection.c \
 	conversation.c \
@@ -75,7 +76,6 @@
 	ft.c \
 	imgstore.c \
 	log.c \
-	md5.c \
 	network.c \
 	notify.c \
 	plugin.c \
@@ -90,7 +90,6 @@
 	roomlist.c \
 	savedstatuses.c \
 	server.c \
-	sha.c \
 	signals.c \
 	status.c \
 	stringref.c \
@@ -105,6 +104,7 @@
 	accountopt.h \
 	blist.h \
 	buddyicon.h \
+	cipher.h \
 	cmds.h \
 	connection.h \
 	conversation.h \
@@ -115,7 +115,6 @@
 	ft.h \
 	imgstore.h \
 	log.h \
-	md5.h \
 	network.h \
 	notify.h \
 	plugin.h \
@@ -130,7 +129,6 @@
 	roomlist.h \
 	savedstatuses.h \
 	server.h \
-	sha.h \
 	signals.h \
 	status.h \
 	stringref.h \