From 83c05744662ba510634e85757ae81a84c9bb0432 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 5 Feb 2010 05:07:10 +0100 Subject: [PATCH] Remove EGG_* log define. The EGG_* log defines don't seem to be used and still reference the old DeviceKit-power name. So just remove it. --- src/Makefile.am | 4 ---- src/dummy/Makefile.am | 4 ---- src/freebsd/Makefile.am | 4 ---- src/linux/Makefile.am | 4 ---- tools/Makefile.am | 4 ---- 5 files changed, 20 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index ea5a8c3..343ed27 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,10 +15,6 @@ INCLUDES = \ -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \ -DUP_COMPILATION \ -DUP_DISABLE_DEPRECATED \ - -DEGG_LOG_FILE=\""$(UP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"UP_VERBOSE\"" \ - -DEGG_LOGGING="\"UP_LOGGING\"" \ - -DEGG_CONSOLE="\"UP_CONSOLE\"" \ -I$(top_srcdir)/libupower-glib \ -I$(top_srcdir)/devkit-power-gobject \ -I$(top_srcdir) \ diff --git a/src/dummy/Makefile.am b/src/dummy/Makefile.am index ef1742b..d2bc86a 100644 --- a/src/dummy/Makefile.am +++ b/src/dummy/Makefile.am @@ -2,10 +2,6 @@ INCLUDES = \ -I$(top_builddir)/src -I$(top_srcdir)/src \ - -DEGG_LOG_FILE=\""$(UP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"UP_VERBOSE\"" \ - -DEGG_LOGGING="\"UP_LOGGING\"" \ - -DEGG_CONSOLE="\"UP_CONSOLE\"" \ -DUP_COMPILATION \ -DEGG_TEST \ -I$(top_srcdir)/devkit-power-gobject \ diff --git a/src/freebsd/Makefile.am b/src/freebsd/Makefile.am index 85f792f..2bd456c 100644 --- a/src/freebsd/Makefile.am +++ b/src/freebsd/Makefile.am @@ -2,10 +2,6 @@ INCLUDES = \ -I$(top_builddir)/src -I$(top_srcdir)/src \ - -DEGG_LOG_FILE=\""$(UP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"UP_VERBOSE\"" \ - -DEGG_LOGGING="\"UP_LOGGING\"" \ - -DEGG_CONSOLE="\"UP_CONSOLE\"" \ -DUP_COMPILATION \ -I$(top_srcdir)/devkit-power-gobject \ $(DBUS_GLIB_CFLAGS) \ diff --git a/src/linux/Makefile.am b/src/linux/Makefile.am index 79b3187..2ab4dbb 100644 --- a/src/linux/Makefile.am +++ b/src/linux/Makefile.am @@ -2,10 +2,6 @@ INCLUDES = \ -I$(top_builddir)/src -I$(top_srcdir)/src \ - -DEGG_LOG_FILE=\""$(UP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"UP_VERBOSE\"" \ - -DEGG_LOGGING="\"UP_LOGGING\"" \ - -DEGG_CONSOLE="\"UP_CONSOLE\"" \ -DUP_COMPILATION \ -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \ -I$(top_srcdir)/devkit-power-gobject \ diff --git a/tools/Makefile.am b/tools/Makefile.am index 58fcc0a..a82123e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,10 +2,6 @@ INCLUDES = \ -DUP_COMPILATION \ - -DEGG_LOG_FILE=\""$(UP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ - -DEGG_LOGGING="\"DKP_LOGGING\"" \ - -DEGG_CONSOLE="\"DKP_CONSOLE\"" \ -I$(top_srcdir) \ -I$(top_srcdir)/devkit-power-gobject \ $(DBUS_GLIB_CFLAGS) \