[gnome-bluetooth] Set G_LOG_DOMAIN in libgnome-bluetooth



commit 4cca44c2e848ceef30c379b3ed0963458233fd51
Author: Dan Winship <danw gnome org>
Date:   Tue Jan 11 12:19:47 2011 -0500

    Set G_LOG_DOMAIN in libgnome-bluetooth
    
    This way its log messages are distinguished from the app's
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639235

 lib/Makefile.am |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 210c7bc..5ffd180 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -66,7 +66,14 @@ gnomebluetooth_HEADERS =				\
 	$(libgnome_bluetooth_introspect_headers)	\
 	bluetooth-plugin.h
 
-AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\"
+AM_CFLAGS =						\
+	-I$(srcdir)					\
+	$(LIBGNOMEBT_CFLAGS)				\
+	$(COMMON_CFLAGS)				\
+	$(WARN_CFLAGS)					\
+	$(DISABLE_DEPRECATED)				\
+	-DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\" \
+	-DG_LOG_DOMAIN=\"libgnome-bluetooth\"
 
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]