aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-15 15:27:40 -0500
committerTed Gould <ted@canonical.com>2009-05-15 15:27:40 -0500
commit7f9e260da74ab97ecc279f079efd465c66802de4 (patch)
treea07d60d5fef0e1aa0a50401a720bdd219c8658fa /libdbusmenu-glib/Makefile.am
parentfe514517e8f6dffab8820ef3d40458f8f08e72fa (diff)
downloadlibdbusmenu-7f9e260da74ab97ecc279f079efd465c66802de4.tar.gz
libdbusmenu-7f9e260da74ab97ecc279f079efd465c66802de4.tar.bz2
libdbusmenu-7f9e260da74ab97ecc279f079efd465c66802de4.zip
Adding a log domain, this fixes an issue with getting the error quark in the server dbus interface.
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
-rw-r--r--libdbusmenu-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am
index a485f2b..e74b9ab 100644
--- a/libdbusmenu-glib/Makefile.am
+++ b/libdbusmenu-glib/Makefile.am
@@ -35,7 +35,7 @@ libdbusmenu_glib_la_LDFLAGS = \
-export-symbols-regex "^[^_].*"
libdbusmenu_glib_la_CFLAGS = \
- $(DBUSMENUGLIB_CFLAGS) -Wall -Werror -DG_DISABLE_DEPRECATED
+ $(DBUSMENUGLIB_CFLAGS) -Wall -Werror -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN="\"LIBDBUSMENU-GLIB\""
libdbusmenu_glib_la_LIBADD = \
$(DBUSMENUGLIB_LIBS)