diff libpurple/ciphers/Makefile.am @ 31663:04ead332691f

Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
author Gary Kramlich <grim@reaperworld.com>
date Mon, 14 Feb 2011 05:57:04 +0000
parents 64587c6084e3
children 521febcb717a
line wrap: on
line diff
--- a/libpurple/ciphers/Makefile.am	Mon Feb 14 05:55:02 2011 +0000
+++ b/libpurple/ciphers/Makefile.am	Mon Feb 14 05:57:04 2011 +0000
@@ -1,6 +1,7 @@
 noinst_LTLIBRARIES=libpurple-ciphers.la
 
 libpurple_ciphers_la_SOURCES=\
+	hmac.c \
 	md4.c \
 	md5.c