diff options
author | raveit65 <[email protected]> | 2018-12-16 15:57:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 15:57:11 +0100 |
commit | cfdbd1fd17e8b994a1940478cdb5b0c9c27efe3c (patch) | |
tree | 21a37aac3e9085c2a5f66d7c333443f447ddedc0 | |
parent | d861a0ddf0faacc40780e33ff95be397144231c0 (diff) | |
download | eom-cfdbd1fd17e8b994a1940478cdb5b0c9c27efe3c.tar.bz2 eom-cfdbd1fd17e8b994a1940478cdb5b0c9c27efe3c.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 |