summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2014-12-18 10:11:10 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2014-12-18 10:11:10 +0100
commitcece40ba6c652af197e53d615eddcd60aa1cc5d2 (patch)
tree0e310884464a0de5788eec617660e7c968e15b75
parent4f69d87f3e304d2855fe3f506caa84aff3c71077 (diff)
build: Enable gcc colors
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ab255a..0c138eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,9 @@ SUBDIRS = data udisks src tools po doc
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+GCC_COLORS ?= 'auto'
+export GCC_COLORS
+
EXTRA_DIST = \
HACKING \
$(NULL)