summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-04-23 08:24:59 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-04-24 13:27:21 +0200
commitf93813972d1f58f3447827222c5eb167eb8beb49 (patch)
tree26a9bbe0c3f0bf9fe6a300a15c8c464c539ca312 /compiler
parentd4da5be30c43ecbc74723e53c7200e8aaeb8cc1a (diff)
downloadvala-f93813972d1f58f3447827222c5eb167eb8beb49.tar.gz
build: Pass some useful G_LOG_DOMAIN definitions
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Makefile.am b/compiler/Makefile.am
index ff8759e25..9faaed197 100644
--- a/compiler/Makefile.am
+++ b/compiler/Makefile.am
@@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =
AM_CPPFLAGS = \
+ -DG_LOG_DOMAIN=\"valac\" \
$(COVERAGE_CFLAGS) \
-I$(top_srcdir)/gee \
-I$(top_srcdir)/ccode \