Mercurial > pidgin
annotate libgaim/tests/Makefile.am @ 15169:8bc394797096
[gaim-migrate @ 17955]
And the gtk plugins from the plugin pack. I've waited on listhandler until rekkanoryo (John Bailey) quits being indecisive...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 11 Dec 2006 05:29:50 +0000 |
parents | 4ba77924fc08 |
children |
rev | line source |
---|---|
15040 | 1 if HAVE_CHECK |
15043
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
2 TESTS=check_libgaim |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
3 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
4 check_PROGRAMS=check_libgaim |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
5 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
6 check_libgaim_SOURCES=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
7 check_libgaim.c \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
8 tests.h \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
9 test_cipher.c \ |
15092 | 10 test_jabber_jutil.c \ |
15043
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
11 test_util.c \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
12 $(top_builddir)/libgaim/util.h |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
13 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
14 check_libgaim_CFLAGS=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
15 @CHECK_CFLAGS@ \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
16 $(GLIB_CFLAGS) \ |
15092 | 17 -I.. \ |
15043
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
18 -DBUILDDIR=\"$(top_builddir)\" |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
19 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
20 check_libgaim_LDADD=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
21 @CHECK_LIBS@ \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
22 $(GLIB_LIBS) \ |
15092 | 23 $(top_builddir)/libgaim/protocols/jabber/libjabber.la \ |
15043
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
24 $(top_builddir)/libgaim/libgaim.la |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
25 |
15040 | 26 endif |