summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-02-05 05:07:10 +0100
committerRichard Hughes <richard@hughsie.com>2010-02-05 08:35:11 +0000
commit83c05744662ba510634e85757ae81a84c9bb0432 (patch)
tree9c870a3a513f4a2356aad75592094ad1a497ff52
parent293f9322b7ce3406c1e46644a646025e30d44960 (diff)
downloadupower-83c05744662ba510634e85757ae81a84c9bb0432.tar.gz
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.
-rw-r--r--src/Makefile.am4
-rw-r--r--src/dummy/Makefile.am4
-rw-r--r--src/freebsd/Makefile.am4
-rw-r--r--src/linux/Makefile.am4
-rw-r--r--tools/Makefile.am4
5 files changed, 0 insertions, 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) \