diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-28 15:30:21 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-28 15:30:21 +0100 |
commit | b808b585cf914065f8b90b1e93f6f1c38891871a (patch) | |
tree | 8eed7061bd6fbd924337577e73c276a4a2596c16 /tests/Makefile.am | |
parent | 3242d4bf2bb2f676d5622422ee64b3f635bb59f6 (diff) | |
parent | 7705645ec8a5681c3547f208496af97fb2d77e3d (diff) |
Merge branch 'account'
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cb672df1..b9159abe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,7 +73,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) \ |