diff options
author | Richard Hughes <richard@hughsie.com> | 2009-07-03 10:52:24 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-07-03 10:52:24 +0100 |
commit | 0a5149ea6a1db4064077236806fb5eed520743b1 (patch) | |
tree | 0dcd4c7bc3d0e01873a5522ceb5ed03a1a68981b /tools/Makefile.am | |
parent | e827a73922b5c51a280701e48325bf4ee13961c2 (diff) | |
download | upower-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.am | 1 |
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\"" \ |