summaryrefslogtreecommitdiff
path: root/libgnomekbd/Makefile.am
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2009-07-28 00:38:09 +0100
committerSergey V. Udaltsov <svu@gnome.org>2009-07-28 00:44:56 +0100
commit896e189285eba278c319b6ed14c74bda492285f1 (patch)
tree41b6f2dc6c0f56caa9bc753793ceea6e160384c4 /libgnomekbd/Makefile.am
parent402aac93b7e18f534e33803ca380ac6c4cf051c4 (diff)
downloadlibgnomekbd-896e189285eba278c319b6ed14c74bda492285f1.tar.gz
Remove -Werror option
http://bugzilla.gnome.org/show_bug.cgi?id=497425
Diffstat (limited to 'libgnomekbd/Makefile.am')
-rw-r--r--libgnomekbd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index cde0e40..fd848bd 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libgnomekbd.la libgnomekbdui.la
common_CFLAGS = \
- -I$(top_srcdir) -Wall -Werror \
+ -I$(top_srcdir) -Wall \
$(GDK_CFLAGS) \
$(DBUS_CFLAGS) \
$(GCONF_CFLAGS) \