Mercurial > pidgin.yaz
view libpurple/tests/Makefile.am @ 22261:79b30c9e5937
Remove the privacy prpl callbacks in Zephyr since they're basically a
no-op. purple_privacy_permit_add calls serv_add_permit which calls
zephyr_add_permit which calls purple_privacy_permit_add which does
nothing because the buddy already exists in the permit list. Likewise
for the other three functions. And zephyr_set_permit_deny wasn't
even doing anything.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 03 Feb 2008 19:38:02 +0000 |
parents | acd7e486db43 |
children | b8774519bda0 |
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_util.c \ $(top_builddir)/libpurple/util.h check_libpurple_CFLAGS=\ @CHECK_CFLAGS@ \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ -I.. \ -DBUILDDIR=\"$(top_builddir)\" check_libpurple_LDADD=\ @CHECK_LIBS@ \ $(GLIB_LIBS) \ $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ $(top_builddir)/libpurple/libpurple.la endif