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

index cdcd0bd3fa2ed091495cad044f38f0bead9e0618..065fa3f7bf57a62ed1b09ce7dce654aaf22a57ad 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)                                 \
        -DDATADIR=\""$(datadir)"\"                      \