Mercurial > pidgin
view libpurple/tests/Makefile.am @ 19283:39df1370839e
Fix the docked buddy list to consistently not have a taskbar entry thanks to some tips from "imiganai." This took *way* too long because of how arcane dealing with Windows on Windows is (the unnecessary complexity of our gtkappbar implementation doesn't help). Hopefully this doesn't break anything. Fixes #575.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 15 Aug 2007 03:41:04 +0000 |
parents | c6e563dfaa7a |
children | acd7e486db43 |
line wrap: on
line source
if HAVE_CHECK TESTS=check_libpurple check_PROGRAMS=check_libpurple check_libpurple_SOURCES=\ check_libpurple.c \ tests.h \ test_cipher.c \ test_jabber_jutil.c \ test_util.c \ $(top_builddir)/libpurple/util.h check_libpurple_CFLAGS=\ @CHECK_CFLAGS@ \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ -I.. \ -DBUILDDIR=\"$(top_builddir)\" check_libpurple_LDADD=\ @CHECK_LIBS@ \ $(GLIB_LIBS) \ $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ $(top_builddir)/libpurple/libpurple.la endif