diff options
author | raveit65 <[email protected]> | 2018-12-23 17:17:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-23 17:22:44 +0100 |
commit | b5598acfa2d4d686e684ff0a96546063d64a26c6 (patch) | |
tree | 5887639e01ba226e1acd1a6e42426a4efeb4ffb8 | |
parent | 05bfead5524449c99649bfc46d657ceb281f1c0f (diff) | |
download | mate-session-manager-b5598acfa2d4d686e684ff0a96546063d64a26c6.tar.bz2 mate-session-manager-b5598acfa2d4d686e684ff0a96546063d64a26c6.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 40911b8..a802529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,9 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh \ HACKING |