Mercurial > pidgin.yaz
view libpurple/tests/Makefile.am @ 15792:9de8f4e810cb
This takes way too much memory, especially with ncursesw. I hadn't noticed, because apparently I was using ncurses.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 15 Mar 2007 01:52:21 +0000 |
parents | c6115dc73b28 |
children | a0a5e323a6ac |
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)/libpurple/util.h check_libgaim_CFLAGS=\ @CHECK_CFLAGS@ \ $(GLIB_CFLAGS) \ -I.. \ -DBUILDDIR=\"$(top_builddir)\" check_libgaim_LDADD=\ @CHECK_LIBS@ \ $(GLIB_LIBS) \ $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ $(top_builddir)/libpurple/libgaim.la endif