summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-07-03 10:52:24 +0100
committerRichard Hughes <richard@hughsie.com>2009-07-03 10:52:24 +0100
commit0a5149ea6a1db4064077236806fb5eed520743b1 (patch)
tree0dcd4c7bc3d0e01873a5522ceb5ed03a1a68981b /tools/Makefile.am
parente827a73922b5c51a280701e48325bf4ee13961c2 (diff)
downloadupower-0a5149ea6a1db4064077236806fb5eed520743b1.tar.gz
Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the client tool
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6c22e7f..6d030fa 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES = \
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
-DDKP_COMPILATION \
+ -DDKP_DISABLE_DEPRECIATED \
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
-DEGG_LOGGING="\"DKP_LOGGING\"" \