diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-11 18:46:01 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-11 18:46:01 +0200 |
commit | 5115f068a19b25ce061f1f3b1fde329dad921a1f (patch) | |
tree | 3304b3aa19168d9661fa94b8baca40eb971a0fa0 | |
parent | f8b90da425aa807de2e6b12de44c1176260be5d6 (diff) | |
download | mate-polkit-5115f068a19b25ce061f1f3b1fde329dad921a1f.tar.bz2 mate-polkit-5115f068a19b25ce061f1f3b1fde329dad921a1f.tar.xz |
Allow deprecations to fix build with GTK3
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 58f9507..0ee00b3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,6 @@ polkit_mate_authentication_agent_1_CPPFLAGS = \ -DDATADIR=\""$(pkgdatadir)"\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DPOLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE \ - $(DISABLE_DEPRECATED) \ $(AM_CPPFLAGS) polkit_mate_authentication_agent_1_CFLAGS = \ |