summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-03 11:02:08 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-07 09:40:54 +0100
commit37de9436533c4d6e8d36d09551facf1d383b0564 (patch)
tree99fed5d6e5096e9bd0b1287a9185d849ab9e7cac /tests/Makefile.am
parent6af5cb11e18f94a02274b48749aca1c13a57229f (diff)
downloadtelepathy-glib-37de9436533c4d6e8d36d09551facf1d383b0564.tar.gz
configure: build with and link to GIO
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 900c28136..daed5cd34 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -66,7 +66,8 @@ include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style
LDADD = \
- $(top_builddir)/telepathy-glib/libtelepathy-glib.la
+ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \
+ $(GLIB_LIBS)
AM_CFLAGS = \
$(ERROR_CFLAGS) \