# HG changeset patch # User Daniel Atallah # Date 1185995397 0 # Node ID 1b130825466ce46e5ee2be13b2b0e83481ba4ad7 # Parent 95529e8d3bb2fc3b51d30877cadab36fc8a05e6c Add yahoo_aliases.c to the mingw makefile. diff -r 95529e8d3bb2 -r 1b130825466c libpurple/protocols/yahoo/Makefile.mingw --- a/libpurple/protocols/yahoo/Makefile.mingw Wed Aug 01 06:23:02 2007 +0000 +++ b/libpurple/protocols/yahoo/Makefile.mingw Wed Aug 01 19:09:57 2007 +0000 @@ -40,6 +40,7 @@ C_SRC = util.c \ yahoo.c \ yahoochat.c \ + yahoo_aliases.c \ yahoo_auth.c \ yahoo_crypt.c \ yahoo_doodle.c \