diff options
author | Richard Hughes <richard@hughsie.com> | 2010-01-18 14:04:24 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-01-18 14:04:24 +0000 |
commit | 8362088d1202953e52ffcf45378c69383540fa69 (patch) | |
tree | 2adc5f2db1a39151ff7adb5ac922df03088c97da /src/dummy/Makefile.am | |
parent | 8b219b243e1de178a96743f838865d2c0aac9512 (diff) | |
download | upower-8362088d1202953e52ffcf45378c69383540fa69.tar.gz |
trivial: rename some internal defines for the upower move
Diffstat (limited to 'src/dummy/Makefile.am')
-rw-r--r-- | src/dummy/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dummy/Makefile.am b/src/dummy/Makefile.am index 23eed44..ef1742b 100644 --- a/src/dummy/Makefile.am +++ b/src/dummy/Makefile.am @@ -2,11 +2,11 @@ INCLUDES = \ -I$(top_builddir)/src -I$(top_srcdir)/src \ - -DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ - -DEGG_LOGGING="\"DKP_LOGGING\"" \ - -DEGG_CONSOLE="\"DKP_CONSOLE\"" \ - -DDKP_COMPILATION \ + -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 \ $(DBUS_GLIB_CFLAGS) \ |