diff options
author | raveit65 <[email protected]> | 2018-12-11 11:54:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-11 12:01:54 +0100 |
commit | 3c753602e3a898734c27877d91b62892fd668a1e (patch) | |
tree | 5b5e359f6f6a528b5cf0c2d0495cd19e0396963b | |
parent | 8ae596e79a2deebbd157255e5d30df2b78bfbeb1 (diff) | |
download | atril-3c753602e3a898734c27877d91b62892fd668a1e.tar.bz2 atril-3c753602e3a898734c27877d91b62892fd668a1e.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 776982f4..f06d0bdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-caja \ --disable-tests \ - --disable-silent-rules + --disable-silent-rules \ + CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |