diff src/protocols/msn/Makefile.mingw @ 5312:89948fedf782

[gaim-migrate @ 5684] A patch from Phroggie to let this compile in Windows. I normally do not accept Windows patches, as I leave it to Herman, but I'm making an exception in this case. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 May 2003 04:45:26 +0000
parents a951bb590857
children daaeaf4696a1
line wrap: on
line diff
--- a/src/protocols/msn/Makefile.mingw	Tue May 06 04:37:11 2003 +0000
+++ b/src/protocols/msn/Makefile.mingw	Tue May 06 04:45:26 2003 +0000
@@ -68,10 +68,17 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =			ft.c \
+C_SRC =			away.c \
+			dispatch.c \
+			error.c \
 			msg.c \
 			msn.c \
-			switchboard.c
+			notification.c \
+			servconn.c \
+			session.c \
+			switchboard.c \
+			user.c \
+			utils.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)