diff src/protocols/msn/Makefile.am @ 5361:953aa05279f4

[gaim-migrate @ 5737] Merged the state code and away code into state.[ch]. You can now see what users are using MSN Mobile. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 13 May 2003 02:51:13 +0000
parents 2aa7e4237142
children a87818e9dc54
line wrap: on
line diff
--- a/src/protocols/msn/Makefile.am	Mon May 12 15:10:47 2003 +0000
+++ b/src/protocols/msn/Makefile.am	Tue May 13 02:51:13 2003 +0000
@@ -3,8 +3,6 @@
 pkgdir = $(libdir)/gaim
 
 MSNSOURCES = \
-	away.c \
-	away.h \
 	buddyicon.c \
 	buddyicon.h \
 	dispatch.c \
@@ -22,6 +20,8 @@
 	servconn.h \
 	session.c \
 	session.h \
+	state.c \
+	state.h \
 	switchboard.c \
 	switchboard.h \
 	user.c \