diff options
author | Richard Hughes <richard@hughsie.com> | 2009-07-03 11:05:00 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-07-03 11:05:00 +0100 |
commit | db41483230c7f5ad221be0167922cc42bf762634 (patch) | |
tree | 88ac3e22b88bd99cec7321246c811e63eaf0329d /src/Makefile.am | |
parent | a8d4b200bd2b4c4e163359dc5a5d9b05ac6aae72 (diff) | |
download | upower-db41483230c7f5ad221be0167922cc42bf762634.tar.gz |
I must learn to spell deprecated...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0b4c601..bef1213 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ INCLUDES = \ -DPACKAGE_LIB_DIR=\""$(libdir)"\" \ -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \ -DDKP_COMPILATION \ - -DDKP_DISABLE_DEPRECIATED \ + -DDKP_DISABLE_DEPRECATED \ -DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \ -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ -DEGG_LOGGING="\"DKP_LOGGING\"" \ |