summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-11-01 11:28:31 +0000
committerRichard Hughes <richard@hughsie.com>2010-11-01 11:28:31 +0000
commit59893663fbc0b9b5951b69b99a849d4ae5a2f3fd (patch)
tree095c1acca94e25920a64635b849d4de654c1d984 /tools/Makefile.am
parented34986e08fc45e5337c3edae181c3caa23c99d2 (diff)
downloadupower-59893663fbc0b9b5951b69b99a849d4ae5a2f3fd.tar.gz
Port from EggDebug to the GLib built-in logging framework
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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)