cipher_breakout: ba76b36e: Added ciphers/*.c to libpurple/Makefile..
grim at pidgin.im
grim at pidgin.im
Thu Feb 17 01:02:22 EST 2011
----------------------------------------------------------------------
Revision: ba76b36ed3711f14953e16ce66b3b6ae28d03161
Parent: ac96fd9258809775b5425c8e30a7708ab180f37b
Author: grim at pidgin.im
Date: 02/17/11 00:54:46
Branch: im.pidgin.cipher_breakout
URL: http://d.pidgin.im/viewmtn/revision/info/ba76b36ed3711f14953e16ce66b3b6ae28d03161
Changelog:
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
Changes against parent ac96fd9258809775b5425c8e30a7708ab180f37b
patched libpurple/Makefile.mingw
-------------- next part --------------
============================================================
--- libpurple/Makefile.mingw c00779a8a36018e900636774f2d2e7fcfe2890a9
+++ libpurple/Makefile.mingw add5a4444e2b3ee9d0dbe2c90b28a1ed2eb1ff6e
@@ -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 \
More information about the Commits
mailing list