summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-10 14:18:02 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-10 20:20:12 +0100
commit2a6ad36e772ec38eb5ad67f2cfa7cf9042fa0b1d (patch)
tree4c1815b99e528daa8b5c7469559824ed51708080 /tests
parent263707940384faff5133c322a75ef5036a6362f5 (diff)
Bring in the compiler/linker warnings from telepathy-glib
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5c1133d..295512a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,6 +24,10 @@ AM_CFLAGS = \
@TELEPATHY_CFLAGS@ \
@OPENSSL_CFLAGS@
+AM_LDFLAGS = \
+ $(ERROR_LDFLAGS) \
+ $(NULL)
+
ALL_LIBS = \
@DBUS_LIBS@ \
@GLIB_LIBS@ \