comparison libpurple/Makefile.am @ 23453: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
comparison
equal deleted inserted replaced
23452:68b7691aa3ed 23453:6356f402079c
77 sound.c \ 77 sound.c \
78 sslconn.c \ 78 sslconn.c \
79 upnp.c \ 79 upnp.c \
80 theme.c \ 80 theme.c \
81 theme-loader.c \ 81 theme-loader.c \
82 theme-manager.c \
82 util.c \ 83 util.c \
83 value.c \ 84 value.c \
84 version.c \ 85 version.c \
85 xmlnode.c \ 86 xmlnode.c \
86 whiteboard.c 87 whiteboard.c
132 sound.h \ 133 sound.h \
133 sslconn.h \ 134 sslconn.h \
134 upnp.h \ 135 upnp.h \
135 theme.h \ 136 theme.h \
136 theme-loader.h \ 137 theme-loader.h \
138 theme-manager.h \
137 util.h \ 139 util.h \
138 value.h \ 140 value.h \
139 xmlnode.h \ 141 xmlnode.h \
140 whiteboard.h 142 whiteboard.h
141 143