comparison 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
comparison
equal deleted inserted replaced
19434:1e00b684c46f 19435:bddc6a6fddf0
9 message.h \ 9 message.h \
10 zap.c \ 10 zap.c \
11 session.c \ 11 session.c \
12 session.h \ 12 session.h \
13 markup.c \ 13 markup.c \
14 markup.h 14 markup.h \
15 user.c \
16 user.h
15 17
16 AM_CFLAGS = $(st) 18 AM_CFLAGS = $(st)
17 19
18 libmyspace_la_LDFLAGS = -module -avoid-version 20 libmyspace_la_LDFLAGS = -module -avoid-version
19 21