changeset 12071:f4a066f2e6be

[gaim-migrate @ 14366] see if this fixes the win32 compile committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 13 Nov 2005 19:47:58 +0000
parents e4666705944b
children 1f8bab186e80
files src/protocols/silc/Makefile.mingw
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/silc/Makefile.mingw	Sun Nov 13 03:45:16 2005 +0000
+++ b/src/protocols/silc/Makefile.mingw	Sun Nov 13 19:47:58 2005 +0000
@@ -80,7 +80,8 @@
 			ft.c \
 			ops.c \
 			pk.c \
-			util.c
+			util.c \
+			wb.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)