summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-01-28 22:40:29 +0100
committerJürg Billeter <j@bitron.ch>2011-01-28 22:40:29 +0100
commit031e46255b741aacd0e2f7f6bdc3d09c175c3391 (patch)
tree8743ec9d5ed3e6deaf42be9ac3c0eb0459ea39d7
parent09dd25588d5341a5ccbc5b7c3f8e9008eb425f47 (diff)
downloaddconf-031e46255b741aacd0e2f7f6bdc3d09c175c3391.tar.gz
-Wno-error for dconf-update
Fixes build with gcc 4.6.
-rw-r--r--bin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 3d5c82d..f830052 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,4 +1,5 @@
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
+CFLAGS += -Wno-error
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client -I$(top_srcdir)/gvdb $(gio_CFLAGS)
bin_PROGRAMS = dconf