Browse Source

Makefile: disable valac colored output

Prevent valac from producing colored output as it breaks Emacs compile
buffer handling and find-file support.
bboozzoo/socket-source
Maciek Borzecki 9 years ago
parent
commit
e5efb27add
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.am

+ 1
- 0
Makefile.am View File

@ -37,6 +37,7 @@ noinst_LTLIBRARIES = \
libmconn-crypt.la
VALAFLAGS = \
--no-color \
-g \
--pkg=json-glib-1.0 \
--pkg=gee-0.8 \


Loading…
Cancel
Save