diff src/protocols/msn/Makefile.mingw @ 4546:a951bb590857

[gaim-migrate @ 4825] Win32 update for msn ft changes.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 06 Feb 2003 22:27:29 +0000
parents fd3880c03f0d
children 89948fedf782
line wrap: on
line diff
--- a/src/protocols/msn/Makefile.mingw	Thu Feb 06 22:10:21 2003 +0000
+++ b/src/protocols/msn/Makefile.mingw	Thu Feb 06 22:27:29 2003 +0000
@@ -68,7 +68,10 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =		msn.c
+C_SRC =			ft.c \
+			msg.c \
+			msn.c \
+			switchboard.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)