changeset 31675:fcffb1b97e3f

Added ciphers/*.c to libpurple/Makefile.mingw's C_SRC's. I tried using the same convenience library trick that I did in linux, but I just can't make it work here
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 05:54:46 +0000
parents 4418c97490ed
children cb04febce5e4
files libpurple/Makefile.mingw
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/Makefile.mingw	Thu Feb 17 05:05:03 2011 +0000
+++ b/libpurple/Makefile.mingw	Thu Feb 17 05:54:46 2011 +0000
@@ -35,6 +35,14 @@
 			buddyicon.c \
 			certificate.c \
 			cipher.c \
+			ciphers/des.c \
+			ciphers/gchecksum.c \
+			ciphers/hmac.c \
+			ciphers/md4.c \
+			ciphers/md5.c \
+			ciphers/rc4.c \
+			ciphers/sha1.c \
+			ciphers/sha256.c \
 			circbuffer.c \
 			cmds.c \
 			connection.c \