diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 13:56:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 13:56:44 -0600 |
commit | 792315d74baf0dcb2c36a85bcab2c5888b362a82 (patch) | |
tree | 6dc1bf2c88a0fe4c001e071351d36ecc4a51cedd /libindicator | |
parent | 36f2ede024b05019c50e06d177e0c9be5750e919 (diff) | |
download | libayatana-indicator-792315d74baf0dcb2c36a85bcab2c5888b362a82.tar.gz libayatana-indicator-792315d74baf0dcb2c36a85bcab2c5888b362a82.tar.bz2 libayatana-indicator-792315d74baf0dcb2c36a85bcab2c5888b362a82.zip |
Adding a log domain for error messages
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 717d60f..6d5c627 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -26,6 +26,7 @@ libindicator_la_SOURCES = \ libindicator_la_CFLAGS = \ $(LIBINDICATOR_CFLAGS) \ + -DG_LOG_DOMAIN=\"libindicator\" \ -Wall -Werror libindicator_la_LIBADD = \ |