]> git.0d.be Git - empathy.git/commitdiff
Enable extra error CFLAGS in libempathy/
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 20 Oct 2009 15:30:08 +0000 (16:30 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 23 Oct 2009 11:03:35 +0000 (12:03 +0100)
libempathy/Makefile.am

index 1783650a9ad57bcd84df2233bc81d7b4a8ee871b..1e7d01ca32a8527fdf2606dde4d95164ec67881f 100644 (file)
@@ -2,6 +2,7 @@ include $(top_srcdir)/tools/shave.mk
 include $(top_srcdir)/tools/flymake.mk
 
 AM_CPPFLAGS =                                           \
+       $(ERROR_CFLAGS)                                 \
        -I.                                             \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \