summaryrefslogtreecommitdiff
path: root/src/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 /src/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 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bff432b..0b4c601 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,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\"" \