summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-22 08:46:49 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-22 08:46:49 +0100
commit40feb18556ed8d24d4b3b511e819fb900f7a6b18 (patch)
tree405084f30cd17f8c0970a4646b4bfe9c7a601f7f /Makefile.am
parent1e83b2c021945835b05345043a9cf5475ab0389b (diff)
downloadxdg-app-40feb18556ed8d24d4b3b511e819fb900f7a6b18.tar.gz
Set xdg-app as the log domain
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 043ad16..94dcb87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,8 @@ AM_CPPFLAGS = \
-DSYSTEM_FONTS_DIR=\"$(SYSTEM_FONTS_DIR)\" \
-DHELPER=\"$(bindir)/xdg-app-helper\" \
-DDBUSPROXY=\"$(libexecdir)/xdg-dbus-proxy\" \
- -I$(srcdir)/libglnx \
+ -DG_LOG_DOMAIN=\"xdg-app\" \
+ -I$(srcdir)/libglnx \
-I$(srcdir)/common \
-I$(builddir)/common \
$(NULL)