From 8362088d1202953e52ffcf45378c69383540fa69 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Jan 2010 14:04:24 +0000 Subject: trivial: rename some internal defines for the upower move --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 13a431b..94d0afc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,12 +13,12 @@ INCLUDES = \ -DPACKAGE_LIB_DIR=\""$(libdir)"\" \ -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \ -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \ - -DDKP_COMPILATION \ - -DDKP_DISABLE_DEPRECATED \ - -DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \ - -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ - -DEGG_LOGGING="\"DKP_LOGGING\"" \ - -DEGG_CONSOLE="\"DKP_CONSOLE\"" \ + -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) \ -- cgit v1.2.1