diff libpurple/Makefile.am @ 25077:6356f402079c

Added the theme-manager and basic functionality (needs to be given proper directories to find themes)
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Tue, 10 Jun 2008 21:39:35 +0000
parents 68b7691aa3ed
children 1cf10adc9b32
line wrap: on
line diff
--- a/libpurple/Makefile.am	Sat Jun 07 11:03:20 2008 +0000
+++ b/libpurple/Makefile.am	Tue Jun 10 21:39:35 2008 +0000
@@ -79,6 +79,7 @@
 	upnp.c \
 	theme.c \
 	theme-loader.c \
+	theme-manager.c \
 	util.c \
 	value.c \
 	version.c \
@@ -134,6 +135,7 @@
 	upnp.h \
 	theme.h \
 	theme-loader.h \
+	theme-manager.h \
 	util.h \
 	value.h \
 	xmlnode.h \