Mercurial > projects > xinhibit-applet
changeset 7:880ab1925442
Define G_LOG_DOMAIN macro used for debugging
author | Guido Berhoerster <guido+xinhibit-applet@berhoerster.name> |
---|---|
date | Thu, 08 Aug 2013 17:32:57 +0200 |
parents | 88623e3fd59e |
children | a47449b807b2 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 08 16:24:30 2013 +0200 +++ b/Makefile Thu Aug 08 17:32:57 2013 +0200 @@ -81,7 +81,8 @@ -DPACKAGE="\"$(PACKAGE)\"" \ -DAPP_NAME=\"$(APP_NAME)\" \ -DVERSION=\"$(VERSION)\" \ - -DLOCALEDIR="\"$(localedir)\"" + -DLOCALEDIR="\"$(localedir)\"" \ + -DG_LOG_DOMAIN=\"$(PACKAGE)\" LDLIBS := $(LDLIBS_LIBXTST) \ $(shell pkg-config --libs glib-2.0 gtk+-2.0 unique-1.0) DOCBOOK5_MANPAGES_FLAGS = --stringparam man.authors.section.enabled 0 \