diff options
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) \ |