From f93813972d1f58f3447827222c5eb167eb8beb49 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 23 Apr 2019 08:24:59 +0200 Subject: build: Pass some useful G_LOG_DOMAIN definitions --- compiler/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler') 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 \ -- cgit v1.2.1