From cf5f016882f540c93cf84a8cc9ab8557ceafdd3a Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 27 Sep 2010 10:13:48 -0700 Subject: [PATCH] Turn on stronger error checking for libtp-lowlevel. --- backends/telepathy/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am index 2138c40..5257a8e 100644 --- a/backends/telepathy/lib/Makefile.am +++ b/backends/telepathy/lib/Makefile.am @@ -23,6 +23,7 @@ libtp_lowlevel_la_SOURCES = \ $(NULL) libtp_lowlevel_la_CFLAGS = \ + $(ERROR_CFLAGS) \ $(GIO_CFLAGS) \ $(GLIB_CFLAGS) \ $(GEE_CFLAGS) \ -- 2.7.4