comparison libgaim/tests/Makefile.am @ 15092:4ba77924fc08

[gaim-migrate @ 17878] continuing to add tests...now for jabber committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 02 Dec 2006 21:12:20 +0000
parents 603960420450
children
comparison
equal deleted inserted replaced
15091:525607f86cce 15092:4ba77924fc08
5 5
6 check_libgaim_SOURCES=\ 6 check_libgaim_SOURCES=\
7 check_libgaim.c \ 7 check_libgaim.c \
8 tests.h \ 8 tests.h \
9 test_cipher.c \ 9 test_cipher.c \
10 test_jabber_jutil.c \
10 test_util.c \ 11 test_util.c \
11 $(top_builddir)/libgaim/util.h 12 $(top_builddir)/libgaim/util.h
12 13
13 check_libgaim_CFLAGS=\ 14 check_libgaim_CFLAGS=\
14 @CHECK_CFLAGS@ \ 15 @CHECK_CFLAGS@ \
15 $(GLIB_CFLAGS) \ 16 $(GLIB_CFLAGS) \
17 -I.. \
16 -DBUILDDIR=\"$(top_builddir)\" 18 -DBUILDDIR=\"$(top_builddir)\"
17 19
18 check_libgaim_LDADD=\ 20 check_libgaim_LDADD=\
19 @CHECK_LIBS@ \ 21 @CHECK_LIBS@ \
20 $(GLIB_LIBS) \ 22 $(GLIB_LIBS) \
23 $(top_builddir)/libgaim/protocols/jabber/libjabber.la \
21 $(top_builddir)/libgaim/libgaim.la 24 $(top_builddir)/libgaim/libgaim.la
22 25
23 endif 26 endif