diff libpurple/Makefile.am @ 25076:68b7691aa3ed

Added theme loader class abstract whose only (current/planned) function is to build themes
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Sat, 07 Jun 2008 11:03:20 +0000
parents de8f7e6a707a
children 6356f402079c
line wrap: on
line diff
--- a/libpurple/Makefile.am	Sat Jun 07 01:55:23 2008 +0000
+++ b/libpurple/Makefile.am	Sat Jun 07 11:03:20 2008 +0000
@@ -78,6 +78,7 @@
 	sslconn.c \
 	upnp.c \
 	theme.c \
+	theme-loader.c \
 	util.c \
 	value.c \
 	version.c \
@@ -132,6 +133,7 @@
 	sslconn.h \
 	upnp.h \
 	theme.h \
+	theme-loader.h \
 	util.h \
 	value.h \
 	xmlnode.h \