projects
/
platform
/
upstream
/
folks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b39b71
)
Make the main debug domain 'folks' to match the backends.
author
Travis Reitter
<travis.reitter@collabora.co.uk>
Tue, 4 Jan 2011 18:58:15 +0000
(10:58 -0800)
committer
Travis Reitter
<travis.reitter@collabora.co.uk>
Thu, 6 Jan 2011 23:43:16 +0000
(15:43 -0800)
Helps bgo#638609 - libfolks hard-codes backend names for debugging
folks/Makefile.am
patch
|
blob
|
history
diff --git
a/folks/Makefile.am
b/folks/Makefile.am
index
f5be30d
..
c18f227
100644
(file)
--- a/
folks/Makefile.am
+++ b/
folks/Makefile.am
@@
-5,7
+5,7
@@
AM_CPPFLAGS = \
-DPACKAGE_DATADIR=\"$(pkgdatadir)\" \
-DDATA_DIR=\"$(shareddir)\" \
-DBACKEND_DIR=\"$(BACKEND_DIR)\" \
- -DG_LOG_DOMAIN=\"
Core
\" \
+ -DG_LOG_DOMAIN=\"
folks
\" \
$(NULL)
lib_LTLIBRARIES = libfolks.la