summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-17 17:09:47 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:11:36 +0100
commit9d6e52a958c32c938db14b206880dce1901a72f9 (patch)
tree0dd83e227e12f215b65c4ed92f3dcb30172546eb
parent5ea8d98d85c1ff453f3279e901a571e45b818f0e (diff)
tp-accounts-widgets/Makefile.am: fix the log domain
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--tp-account-widgets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am
index d84253c0..a9505c10 100644
--- a/tp-account-widgets/Makefile.am
+++ b/tp-account-widgets/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = \
$(ERROR_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
- -DG_LOG_DOMAIN=\"empathy\" \
+ -DG_LOG_DOMAIN=\"tp-account-widgets\" \
-DGCR_API_SUBJECT_TO_CHANGE \
$(TPAW_CFLAGS) \
$(UDEV_CFLAGS) \