# HG changeset patch # User Gary Kramlich # Date 1126242378 0 # Node ID 5d3f8d9e8f9288f29c51234b21d4b81fd08f9f14 # Parent 7fab28c991f3a0a8c949cad7123fbd83a3d237dc [gaim-migrate @ 13718] Kevin Stange requested this of me... committer: Tailor Script diff -r 7fab28c991f3 -r 5d3f8d9e8f92 src/Makefile.mingw --- a/src/Makefile.mingw Fri Sep 09 04:40:21 2005 +0000 +++ b/src/Makefile.mingw Fri Sep 09 05:06:18 2005 +0000 @@ -120,6 +120,7 @@ gtkstock.c \ gtkthemes.c \ gtkutils.c \ + gtkwhiteboard.c \ idle.c \ imgstore.c \ log.c \ @@ -148,6 +149,7 @@ util.c \ value.c \ xmlnode.c \ + whiteboard.c \ win32/win32dep.c \ win32/MinimizeToTray.c \ win32/libc_interface.c \ diff -r 7fab28c991f3 -r 5d3f8d9e8f92 src/protocols/yahoo/Makefile.mingw --- a/src/protocols/yahoo/Makefile.mingw Fri Sep 09 04:40:21 2005 +0000 +++ b/src/protocols/yahoo/Makefile.mingw Fri Sep 09 05:06:18 2005 +0000 @@ -71,6 +71,7 @@ C_SRC = yahoo.c \ yahoo_auth.c \ yahoochat.c \ + yahoo_doodle.c \ yahoo_filexfer.c \ yahoo_packet.c \ yahoo_profile.c \