Mercurial > pidgin.yaz
view libpurple/tests/Makefile.am @ 28409:1d2425f2e4ff
Woah, this was wrong. MY BAD! We should not be setting this to true
just because we get an unknown html tag (or in this case an unescaped
'<'). This fixes bug #10021 and I think probably another duplicate bug
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 22 Aug 2009 18:24:19 +0000 |
parents | 42359a734696 |
children | 2da9e4266742 |
line wrap: on
line source
if HAVE_CHECK TESTS=check_libpurple clean-local: -rm -rf libpurple.. check_PROGRAMS=check_libpurple check_libpurple_SOURCES=\ check_libpurple.c \ tests.h \ test_cipher.c \ test_jabber_jutil.c \ test_yahoo_util.c \ test_util.c \ $(top_builddir)/libpurple/util.h check_libpurple_CFLAGS=\ @CHECK_CFLAGS@ \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ $(LIBXML_CFLAGS) \ -I.. \ -I$(top_srcdir)/libpurple \ -DBUILDDIR=\"$(top_builddir)\" check_libpurple_LDADD=\ @CHECK_LIBS@ \ $(GLIB_LIBS) \ $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ $(top_builddir)/libpurple/protocols/yahoo/libymsg.la \ $(top_builddir)/libpurple/libpurple.la endif