Mercurial > projects > xinhibit-applet
comparison Makefile @ 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 | 1508a4c35c47 |
children | d83540fd999c |
comparison
equal
deleted
inserted
replaced
6:88623e3fd59e | 7:880ab1925442 |
---|---|
79 CPPFLAGS := $(CPPFLAGS_LIBXTST) \ | 79 CPPFLAGS := $(CPPFLAGS_LIBXTST) \ |
80 $(shell pkg-config --cflags glib-2.0 gtk+-2.0 unique-1.0) \ | 80 $(shell pkg-config --cflags glib-2.0 gtk+-2.0 unique-1.0) \ |
81 -DPACKAGE="\"$(PACKAGE)\"" \ | 81 -DPACKAGE="\"$(PACKAGE)\"" \ |
82 -DAPP_NAME=\"$(APP_NAME)\" \ | 82 -DAPP_NAME=\"$(APP_NAME)\" \ |
83 -DVERSION=\"$(VERSION)\" \ | 83 -DVERSION=\"$(VERSION)\" \ |
84 -DLOCALEDIR="\"$(localedir)\"" | 84 -DLOCALEDIR="\"$(localedir)\"" \ |
85 -DG_LOG_DOMAIN=\"$(PACKAGE)\" | |
85 LDLIBS := $(LDLIBS_LIBXTST) \ | 86 LDLIBS := $(LDLIBS_LIBXTST) \ |
86 $(shell pkg-config --libs glib-2.0 gtk+-2.0 unique-1.0) | 87 $(shell pkg-config --libs glib-2.0 gtk+-2.0 unique-1.0) |
87 DOCBOOK5_MANPAGES_FLAGS = --stringparam man.authors.section.enabled 0 \ | 88 DOCBOOK5_MANPAGES_FLAGS = --stringparam man.authors.section.enabled 0 \ |
88 --stringparam man.copyright.section.enabled 0 | 89 --stringparam man.copyright.section.enabled 0 |
89 | 90 |