diff pidgin/plugins/adiumthemes/Makefile.am @ 32566:59f433824040

Separated the MessageStyle loading code from the actual rendering code.
author tdrhq@soc.pidgin.im
date Fri, 14 Aug 2009 02:51:41 +0000
parents d0be198c4694
children 094a1b511259
line wrap: on
line diff
--- a/pidgin/plugins/adiumthemes/Makefile.am	Thu Aug 13 19:58:17 2009 +0000
+++ b/pidgin/plugins/adiumthemes/Makefile.am	Fri Aug 14 02:51:41 2009 +0000
@@ -12,7 +12,9 @@
 
 webkit_LTLIBRARIES = webkit.la
 
-webkit_la_SOURCES = webkit.c
+webkit_la_SOURCES = webkit.c \
+	message-style.h \
+	message-style.c
 
 endif