diff options
author | raveit65 <[email protected]> | 2018-12-21 19:31:39 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 11:15:56 +0100 |
commit | e262a95b24b88c08d1ca8cfcf394a8429b999882 (patch) | |
tree | 024c99ee43d52d0b995eca350914bf28e5d56641 | |
parent | ff8abb8243c3196084411dd0ed65d67caed45c36 (diff) | |
download | mate-polkit-e262a95b24b88c08d1ca8cfcf394a8429b999882.tar.bz2 mate-polkit-e262a95b24b88c08d1ca8cfcf394a8429b999882.tar.xz |
disable deprecation warnings for distcheck
-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 |