diff libpurple/protocols/myspace/Makefile.am @ 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
line wrap: on
line diff
--- a/libpurple/protocols/myspace/Makefile.am	Sun Aug 26 06:36:56 2007 +0000
+++ b/libpurple/protocols/myspace/Makefile.am	Sun Aug 26 06:51:17 2007 +0000
@@ -4,11 +4,14 @@
 
 SOURCES = myspace.c \
 	  myspace.h \
+	  persist.h \
 	  message.c \
 	  message.h \
 	  zap.c \
 	  session.c \
 	  session.h \
+	  markup.c \
+	  markup.h
 
 AM_CFLAGS = $(st)