diff options
author | raveit65 <[email protected]> | 2018-12-16 15:57:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 15:57:56 +0100 |
commit | bd1f72d8758513bfb4d4792bbfcd92453087feaf (patch) | |
tree | 75b09295caff010ed3f55dca1d1ad17d2f125c63 | |
parent | cbde2cd7d1b75bf1031fe747993378aa1f196590 (diff) | |
download | eom-bd1f72d8758513bfb4d4792bbfcd92453087feaf.tar.bz2 eom-bd1f72d8758513bfb4d4792bbfcd92453087feaf.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 5272576..ac51ac5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ - --enable-gtk-doc + --enable-gtk-doc \ + CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |