diff libpurple/ciphers/Makefile.am @ 31221:2b041e31b825

Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 00:42:53 +0000
parents 076d62344ede
children
line wrap: on
line diff
--- a/libpurple/ciphers/Makefile.am	Mon Feb 14 07:38:41 2011 +0000
+++ b/libpurple/ciphers/Makefile.am	Thu Feb 17 00:42:53 2011 +0000
@@ -2,6 +2,7 @@
 
 libpurple_ciphers_la_SOURCES=\
 	des.c \
+	gchecksum.c \
 	hmac.c \
 	md4.c \
 	md5.c \