diff libgaim/tests/Makefile.am @ 15043:edd78a0c6698

[gaim-migrate @ 17825] partition the tests committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 26 Nov 2006 23:31:16 +0000
parents ba149ceb20b7
children 603960420450
line wrap: on
line diff
--- a/libgaim/tests/Makefile.am	Sun Nov 26 22:29:21 2006 +0000
+++ b/libgaim/tests/Makefile.am	Sun Nov 26 23:31:16 2006 +0000
@@ -1,7 +1,7 @@
 if HAVE_CHECK
 TESTS = check_libgaim
 check_PROGRAMS = check_libgaim
-check_libgaim_SOURCES = check_libgaim.c $(top_builddir)/libgaim/gaim.h
+check_libgaim_SOURCES = check_libgaim.c tests.h test_util.c $(top_builddir)/libgaim/util.h
 check_libgaim_CFLAGS = @CHECK_CFLAGS@ $(GLIB_CFLAGS)
 check_libgaim_LDADD = @CHECK_LIBS@ $(GLIB_LIBS) $(top_builddir)/libgaim/libgaim.la
 endif