Mercurial > pidgin.yaz
view libgaim/tests/Makefile.am @ 15044:603960420450
[gaim-migrate @ 17827]
Added tests for MD4, MD5, and SHA-1.
Started the basics of making check_libgaim a libgaim "ui"
Other assorted things.
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 27 Nov 2006 02:59:33 +0000 |
parents | edd78a0c6698 |
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