comparison libpurple/protocols/myspace/Makefile.mingw @ 19432:210f792efd7c

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