diff options
author | raveit65 <[email protected]> | 2018-12-21 19:31:39 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 19:31:39 +0100 |
commit | 5485eebc41ee5ba7d3484df074e3343330f13c2b (patch) | |
tree | 783c6881c64e854e270c8360ff88da0b08c594b5 /Makefile.am | |
parent | 746971492c31fba8535e9eaee742e1f820bb4549 (diff) | |
download | mate-polkit-5485eebc41ee5ba7d3484df074e3343330f13c2b.tar.bz2 mate-polkit-5485eebc41ee5ba7d3484df074e3343330f13c2b.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 81b0523..3b008ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ SUBDIRS = src po +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh \ HACKING |