summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-02-21 18:12:52 +0000
committerRyan Lortie <desrt@desrt.ca>2013-02-21 18:12:52 +0000
commit809128547f1bfe79a9a77cdf446e3608abd1c283 (patch)
tree844c326e1e10405485a8abd1e27259ecfac51f5b /common
parentea5d76675fa384571f8389c2c00c691b60df21a0 (diff)
downloaddconf-809128547f1bfe79a9a77cdf446e3608abd1c283.tar.gz
Use G_LOG_DOMAIN in all library components
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index bb24585..0400298 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -7,7 +7,7 @@ dconfcommoninclude_HEADERS = \
noinst_LIBRARIES = libdconf-common.a libdconf-common-shared.a libdconf-common-hidden.a
-libdconf_common_a_CFLAGS = $(glib_CFLAGS)
+libdconf_common_a_CFLAGS = $(glib_CFLAGS) -DG_LOG_DOMAIN=\"dconf\"
libdconf_common_a_SOURCES = \
dconf-changeset.c \
dconf-paths.c