diff libpurple/protocols/myspace/Makefile.mingw @ 19435:bddc6a6fddf0

In msimprpl, move user-related code to a new user module, and move other pieces of code into their proper modules. Now myspace.c isn't so unwieldy.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 07:37:28 +0000
parents 1e00b684c46f
children
line wrap: on
line diff
--- a/libpurple/protocols/myspace/Makefile.mingw	Sun Aug 26 06:51:17 2007 +0000
+++ b/libpurple/protocols/myspace/Makefile.mingw	Sun Aug 26 07:37:28 2007 +0000
@@ -37,7 +37,7 @@
 ##
 ##  SOURCES, OBJECTS
 ##
-C_SRC =			myspace.c message.c zap.c session.c markup.c
+C_SRC =			myspace.c message.c zap.c session.c markup.c user.c
 
 OBJECTS = $(C_SRC:%.c=%.o)