diff options
author | Ted Gould <ted@canonical.com> | 2009-05-15 15:27:40 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-15 15:27:40 -0500 |
commit | 7f9e260da74ab97ecc279f079efd465c66802de4 (patch) | |
tree | a07d60d5fef0e1aa0a50401a720bdd219c8658fa | |
parent | fe514517e8f6dffab8820ef3d40458f8f08e72fa (diff) | |
download | libdbusmenu-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.
-rw-r--r-- | libdbusmenu-glib/Makefile.am | 2 |
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) |