Skip to content

Commit

Permalink
disable deprecation warnings for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 11, 2018
1 parent 8ae596e commit 3c75360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit 3c75360

Please sign in to comment.