diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-25 20:21:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-23 19:03:35 +0800 |
commit | 4998da97b7d884670b5167a2ee9f04a1b3fdca1c (patch) | |
tree | b616ada7eb140b4c2c62102c423d4ab4b05294d1 | |
parent | bf79f1c56928a7270b679e5c35bff860440c077e (diff) | |
download | gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar.gz gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar.bz2 gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar.lz gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar.xz gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.tar.zst gsoc2013-empathy-4998da97b7d884670b5167a2ee9f04a1b3fdca1c.zip |
Enable extra error CFLAGS in src/
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 980f0029e..21409c195 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,7 @@ include $(top_srcdir)/tools/shave.mk include $(top_srcdir)/tools/flymake.mk AM_CPPFLAGS = \ + $(ERROR_CFLAGS) \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"empathy\" \ $(EMPATHY_CFLAGS) \ |