comparison 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
comparison
equal deleted inserted replaced
32565:53735be6950a 32566:59f433824040
10 10
11 if PLUGINS 11 if PLUGINS
12 12
13 webkit_LTLIBRARIES = webkit.la 13 webkit_LTLIBRARIES = webkit.la
14 14
15 webkit_la_SOURCES = webkit.c 15 webkit_la_SOURCES = webkit.c \
16 message-style.h \
17 message-style.c
16 18
17 endif 19 endif
18 20
19 webkit_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS) 21 webkit_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS)
20 22