diff src/protocols/msn/Makefile.am @ 4542:86b0a0243be8

[gaim-migrate @ 4821] Split up the MSN module a bit and added file receive support. Caution: I lost some data in a large file that was sent to me. Don't rely on this yet. I'll get it all fixed tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 06 Feb 2003 10:13:18 +0000
parents 59751fe608c5
children e2e53316a21d
line wrap: on
line diff
--- a/src/protocols/msn/Makefile.am	Thu Feb 06 10:12:33 2003 +0000
+++ b/src/protocols/msn/Makefile.am	Thu Feb 06 10:13:18 2003 +0000
@@ -2,7 +2,14 @@
 
 pkgdir = $(libdir)/gaim
 
-MSNSOURCES = msn.c
+MSNSOURCES = \
+	ft.c \
+	msg.c \
+	msg.h \
+	msn.c \
+	msn.h \
+	switchboard.c \
+	switchboard.h
 
 AM_CFLAGS = $(st)