From e5efb27add1e0089479e4cf63ce7320048e57bbc Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Fri, 1 Jul 2016 22:55:50 +0200 Subject: [PATCH] Makefile: disable valac colored output Prevent valac from producing colored output as it breaks Emacs compile buffer handling and find-file support. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2ff1b5b..5602f38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ noinst_LTLIBRARIES = \ libmconn-crypt.la VALAFLAGS = \ + --no-color \ -g \ --pkg=json-glib-1.0 \ --pkg=gee-0.8 \