Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable deprecation warnings for distcheck
  • Loading branch information
raveit65 committed Dec 11, 2018
1 parent 311ab2b commit ed4730c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.am
Expand Up @@ -29,7 +29,11 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update

DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc
DISTCHECK_CONFIGURE_FLAGS = \
--disable-update-mimedb \
--disable-icon-update \
--enable-gtk-doc \
CFLAGS='-Wno-deprecated-declarations'

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

Expand Down

0 comments on commit ed4730c

Please sign in to comment.