comparison libpurple/protocols/myspace/Makefile.mingw @ 19433:9a1b28a10c95

In msimprpl, move session-related functions to a new session module.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 06:36:56 +0000
parents 210f792efd7c
children 1e00b684c46f
comparison
equal deleted inserted replaced
19432:210f792efd7c 19433:9a1b28a10c95
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 40 C_SRC = myspace.c message.c zap.c session.c
41 41
42 OBJECTS = $(C_SRC:%.c=%.o) 42 OBJECTS = $(C_SRC:%.c=%.o)
43 43
44 ## 44 ##
45 ## LIBRARIES 45 ## LIBRARIES