summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-08-18 02:42:03 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-08-18 02:42:03 +0300
commit91120542516401ee964b672d6165d01350ea778e (patch)
treea024b87a2fa9254fabe5bc034cff88e78237184c /src/Makefile.am
parentb2106b20993ad67e71a913acffb729445911b007 (diff)
downloadmetacity-91120542516401ee964b672d6165d01350ea778e.tar.gz
use structured logging
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e79d585d..d614f878 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,6 +9,7 @@ AM_CPPFLAGS = \
-DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" \
-DMETACITY_DATADIR=\"$(datadir)\" \
-DG_LOG_DOMAIN=\"metacity\" \
+ -DG_LOG_USE_STRUCTURED=1 \
-DSN_API_NOT_YET_FROZEN=1 \
-I$(srcdir)/include \
-I$(top_srcdir) \