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 16, 2018
1 parent cbde2cd commit bd1f72d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -21,7 +21,8 @@ DISTCLEANFILES = \


DISTCHECK_CONFIGURE_FLAGS = \ DISTCHECK_CONFIGURE_FLAGS = \
--disable-schemas-install \ --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 distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf


Expand Down

0 comments on commit bd1f72d

Please sign in to comment.