comparison 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
comparison
equal deleted inserted replaced
19434:1e00b684c46f 19435:bddc6a6fddf0
35 -L$(PURPLE_TOP) 35 -L$(PURPLE_TOP)
36 36
37 ## 37 ##
38 ## SOURCES, OBJECTS 38 ## SOURCES, OBJECTS
39 ## 39 ##
40 C_SRC = myspace.c message.c zap.c session.c markup.c 40 C_SRC = myspace.c message.c zap.c session.c markup.c user.c
41 41
42 OBJECTS = $(C_SRC:%.c=%.o) 42 OBJECTS = $(C_SRC:%.c=%.o)
43 43
44 ## 44 ##
45 ## LIBRARIES 45 ## LIBRARIES