diff options
author | infirit <[email protected]> | 2013-12-16 20:55:26 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-16 21:13:26 +0100 |
commit | 72ac788c489c974df04698cb7008ae0ee6a3056d (patch) | |
tree | 67f8fc6c771c593f96b2c66ed653febc7c746f23 /src | |
parent | b856d1112a1211fcdcc5678923b32359c7ebfa6c (diff) | |
download | mate-power-manager-72ac788c489c974df04698cb7008ae0ee6a3056d.tar.bz2 mate-power-manager-72ac788c489c974df04698cb7008ae0ee6a3056d.tar.xz |
Add option to enable deprecations and hide warnings under --enable-extra-warn
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a10b98b..350e0cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,7 @@ AM_CPPFLAGS = \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ -I$(top_srcdir) \ + $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = \ |