From 59893663fbc0b9b5951b69b99a849d4ae5a2f3fd Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 1 Nov 2010 11:28:31 +0000 Subject: Port from EggDebug to the GLib built-in logging framework --- tools/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index d477e57..55a0f06 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ -DUP_COMPILATION \ + -DG_LOG_DOMAIN=\"UPower\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libupower-glib \ $(DBUS_GLIB_CFLAGS) \ @@ -13,8 +14,6 @@ UPOWER_LIBS = $(top_builddir)/libupower-glib/libupower-glib.la bin_PROGRAMS = upower upower_SOURCES = \ - egg-debug.c \ - egg-debug.h \ up-tool.c \ $(BUILT_SOURCES) -- cgit v1.2.1