summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \