comparison libpurple/Makefile.am @ 19262:450090c68351

When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #2445
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Aug 2007 19:40:59 +0000
parents cc41918086bd
children ce892eddb8f1 bda9483fbeb1
comparison
equal deleted inserted replaced
19261:88c6bf371abb 19262:450090c68351
20 win32/wpurpleerror.h \ 20 win32/wpurpleerror.h \
21 win32/win32dep.c \ 21 win32/win32dep.c \
22 win32/giowin32.c \ 22 win32/giowin32.c \
23 win32/win32dep.h 23 win32/win32dep.h
24 24
25 if USE_GCONFTOOL
26 GCONF_DIR=gconf
27 endif
28 25
29 pkgconfigdir = $(libdir)/pkgconfig 26 pkgconfigdir = $(libdir)/pkgconfig
30 pkgconfig_DATA = purple.pc 27 pkgconfig_DATA = purple.pc
31 28
32 SUBDIRS = $(GCONF_DIR) plugins protocols tests . example 29 SUBDIRS = $(GCONF_DIR) plugins protocols tests . example