Mercurial > pidgin.yaz
view libgaim/tests/Makefile.am @ 15052:34e049e6ce10
[gaim-migrate @ 17835]
Patch from wabz to:
- Fix bug #1602136
- Better handle resizing of trees
- Make the tooltip-info more closely resemble the tooltip-info in Gaim.
Also remove some unnecessary debug statements.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 28 Nov 2006 07:06:37 +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