Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-06-10 11:34:01 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-06-10 11:35:01 +0400
commitbe483f24daa3ee3076ab198cc1bc22b1cdef3b62 (patch)
tree1d97ab9a9162004dd2d264ad45c7260f1a0ae953 /Makefile.am
parentbe195eb1e66f7be27b8ee9fc216da3b32d5f4262 (diff)
Add build system plumbing for building with -Werror.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3542279772d..7d2251fd640 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
+AM_CFLAGS = $(WERROR_CFLAGS)
+
MONOTOUCH_SUBDIRS = $(libgc_dir) eglib/src mono
if CROSS_COMPILING