diff libpurple/protocols/myspace/Makefile.am @ 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 65e12a6f00ca 315151da0dc6
line wrap: on
line diff
--- a/libpurple/protocols/myspace/Makefile.am	Sun Aug 26 06:51:17 2007 +0000
+++ b/libpurple/protocols/myspace/Makefile.am	Sun Aug 26 07:37:28 2007 +0000
@@ -11,7 +11,9 @@
 	  session.c \
 	  session.h \
 	  markup.c \
-	  markup.h
+	  markup.h \
+	  user.c \
+	  user.h
 
 AM_CFLAGS = $(st)