/soc/2013/ankitkv/gobjectification: b38873a0eb45: Updated Makefi...
Ankit Vani
a at nevitus.org
Thu Jun 20 15:07:55 EDT 2013
Changeset: b38873a0eb45dbeb0babae5dd31036a40dafc35d
Author: Ankit Vani <a at nevitus.org>
Date: 2013-06-21 00:37 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/b38873a0eb45
Description:
Updated Makefile.mingw according to GObjectification changes
diffstat:
libpurple/Makefile.mingw | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
diffs (39 lines):
diff --git a/libpurple/Makefile.mingw b/libpurple/Makefile.mingw
--- a/libpurple/Makefile.mingw
+++ b/libpurple/Makefile.mingw
@@ -61,22 +61,27 @@ endif
C_SRC = \
account.c \
+ accounts.c \
accountopt.c \
blist.c \
buddyicon.c \
certificate.c \
cipher.c \
- ciphers/aes.c \
- ciphers/des.c \
- ciphers/gchecksum.c \
- ciphers/hmac.c \
- ciphers/md4.c \
- ciphers/pbkdf2.c \
- ciphers/rc4.c \
- circbuffer.c \
+ ciphers/aescipher.c \
+ ciphers/des3cipher.c \
+ ciphers/descipher.c \
+ ciphers/hmaccipher.c \
+ ciphers/md4hash.c \
+ ciphers/md5hash.c \
+ ciphers/pbkdf2cipher.c \
+ ciphers/rc4cipher.c \
+ ciphers/sha1hash.c \
+ ciphers/sha256hash.c \
+ circularbuffer.c \
cmds.c \
connection.c \
conversation.c \
+ conversations.c \
core.c \
debug.c \
dnsquery.c \
More information about the Commits
mailing list