diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-20 23:29:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-23 19:03:35 +0800 |
commit | ced861778e7511c2300f03b0816fb18f800b8c56 (patch) | |
tree | 6eeafdb121aa764620aaca25872e74a4299f350a | |
parent | 4998da97b7d884670b5167a2ee9f04a1b3fdca1c (diff) | |
download | gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar.gz gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar.bz2 gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar.lz gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar.xz gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.tar.zst gsoc2013-empathy-ced861778e7511c2300f03b0816fb18f800b8c56.zip |
Enable extra error CFLAGS in libempathy-gtk/
-rw-r--r-- | libempathy-gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index cdcd0bd3f..065fa3f7b 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -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)"\" \ |