Mercurial > pidgin
view libgaim/tests/Makefile.am @ 15082:133af8458cbd
[gaim-migrate @ 17868]
wingaim build process no longer needs to re-build everything for the non-debug version.
`make -f Makefile.mingw installers` will now produce the "regular", "no-gtk" and "debug" installers.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 01 Dec 2006 20:02:32 +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