summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2011-02-17 05:54:46 +0000
committerGary Kramlich <grim@reaperworld.com>2011-02-17 05:54:46 +0000
commit8513cbff4a40bd657233528ffb1f0783eedf742b (patch)
tree617c9e46560db3190809528e1fe2d07138d2562b
parent3f4f789a69a2212c2f2831dfe9c3e55ab31b034a (diff)
downloadpidgin-cipher_breakout.tar.gz
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 herecipher_breakout
-rw-r--r--libpurple/Makefile.mingw8
1 files changed, 8 insertions, 0 deletions
diff --git a/libpurple/Makefile.mingw b/libpurple/Makefile.mingw
index 29d3c9ee96..42b70fe700 100644
--- a/libpurple/Makefile.mingw
+++ b/libpurple/Makefile.mingw
@@ -35,6 +35,14 @@ C_SRC = \
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 \