view libgaim/tests/Makefile.am @ 15050:f0ffd80aa196

[gaim-migrate @ 17834] I don't think these parameters are allowed to be null... it looks like it can cause crashes. See Red Hat bug #217335. Thanks to Nalin Dahyabhai for pin pointing the cause of the crash. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217335 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Nov 2006 06:59:48 +0000
parents 603960420450
children 4ba77924fc08
line wrap: on
line source

if HAVE_CHECK
TESTS=check_libgaim

check_PROGRAMS=check_libgaim

check_libgaim_SOURCES=\
        check_libgaim.c \
	    tests.h \
		test_cipher.c \
		test_util.c \
		$(top_builddir)/libgaim/util.h

check_libgaim_CFLAGS=\
        @CHECK_CFLAGS@ \
		$(GLIB_CFLAGS) \
		-DBUILDDIR=\"$(top_builddir)\"

check_libgaim_LDADD=\
        @CHECK_LIBS@ \
		$(GLIB_LIBS) \
		$(top_builddir)/libgaim/libgaim.la

endif