Set xdg-app as the log domain

tingping/wmclass
Alexander Larsson 2016-02-22 08:46:49 +01:00
parent 1e83b2c021
commit 40feb18556
1 changed files with 2 additions and 1 deletions

View File

@ -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)