comparison libpurple/protocols/myspace/Makefile.mingw @ 19434:1e00b684c46f

In msimprpl, move formatting functions to a markup module. It only exposes two functions to convert between MySpaceIM markup and Purple HTML markup.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 06:51:17 +0000
parents 9a1b28a10c95
children bddc6a6fddf0
comparison
equal deleted inserted replaced
19433:9a1b28a10c95 19434:1e00b684c46f
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 40 C_SRC = myspace.c message.c zap.c session.c markup.c
41 41
42 OBJECTS = $(C_SRC:%.c=%.o) 42 OBJECTS = $(C_SRC:%.c=%.o)
43 43
44 ## 44 ##
45 ## LIBRARIES 45 ## LIBRARIES