Mercurial > pidgin
view libgaim/tests/Makefile.am @ 15169:8bc394797096
[gaim-migrate @ 17955]
And the gtk plugins from the plugin pack. I've waited on listhandler until rekkanoryo (John Bailey) quits being indecisive...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 11 Dec 2006 05:29:50 +0000 |
parents | 4ba77924fc08 |
children |
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_jabber_jutil.c \ test_util.c \ $(top_builddir)/libgaim/util.h check_libgaim_CFLAGS=\ @CHECK_CFLAGS@ \ $(GLIB_CFLAGS) \ -I.. \ -DBUILDDIR=\"$(top_builddir)\" check_libgaim_LDADD=\ @CHECK_LIBS@ \ $(GLIB_LIBS) \ $(top_builddir)/libgaim/protocols/jabber/libjabber.la \ $(top_builddir)/libgaim/libgaim.la endif