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.
This commit is contained in:
Michael Biebl 2010-02-05 05:07:10 +01:00 committed by Richard Hughes
parent 293f9322b7
commit 83c0574466
5 changed files with 0 additions and 20 deletions

View file

@ -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) \

View file

@ -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 \

View file

@ -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) \

View file

@ -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 \

View file

@ -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) \