view libpurple/tests/Makefile.am @ 18278:c3d5b91be081

Get rid of the portion of this error message that says "The most common reason for this is that you have the maximum number of buddies on your buddy list." I have a feeling that's not the most common reason anymore, since the max number of buddies is so high now. And for some reason people complain that "I don't have anywhere near that number of buddies!" when they try to add an invalid screen name like "1blah," or something
author Mark Doliner <mark@kingant.net>
date Mon, 25 Jun 2007 08:24:12 +0000
parents c6e563dfaa7a
children acd7e486db43
line wrap: on
line source

if HAVE_CHECK
TESTS=check_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