aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-11 20:14:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-11 20:22:41 +0800
commit48b18840940ff3b59647e8617f667b71246da022 (patch)
tree39f0ba8b79e9db05809c7bd79958dee9da8393c9
parentc5de8301caac1e3a248a3f254fb38a1656e96959 (diff)
downloadgsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar.gz
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar.bz2
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar.lz
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar.xz
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.tar.zst
gsoc2013-empathy-48b18840940ff3b59647e8617f667b71246da022.zip
src/Makefile.am: actually enable warning CFLAGS
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8102666c6..60f9ada34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
$(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
- $(DISABLE_DEPRECATED)
+ $(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)
LDADD = \