From c13ae41baba4aba42b8be0fcc4a72ab9a9a523b7 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 31 Aug 2000 10:20:39 +0000 Subject: [PATCH] Don't put -Werror into CFLAGS but into WERROR and AC_SUBST it. Some 2000-08-31 Martin Baulig * configure.in: Don't put -Werror into CFLAGS but into WERROR and AC_SUBST it. Some configure checks don't work with -Werror. * */Makefile.am (INCLUDES): Add $(WERROR). --- capplets/file-types/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/capplets/file-types/Makefile.am b/capplets/file-types/Makefile.am index 8a0040fc0..6c7c0f5ae 100644 --- a/capplets/file-types/Makefile.am +++ b/capplets/file-types/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = -I. -I$(srcdir) \ $(OAF_CFLAGS) \ $(GNOME_INCLUDEDIR) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -I$(includedir) + -I$(includedir) \ + $(WERROR) bin_PROGRAMS = nautilus-mime-type-capplet